net.sourceforge.basher
Class Average
java.lang.Object
net.sourceforge.basher.Average
public class Average
- extends Object
- Version:
- 1.0
- Author:
- Johan Lindquist
Constructor Summary |
Average(long minTime,
long maxTime,
long totalTime,
long timeElapsed,
long totalSuccessful,
long totalFailed,
long totalNotRun,
int numThreads)
|
Average
public Average(long minTime,
long maxTime,
long totalTime,
long timeElapsed,
long totalSuccessful,
long totalFailed,
long totalNotRun,
int numThreads)
getTimeElapsed
public long getTimeElapsed()
getAverage
public long getAverage()
getMinTime
public long getMinTime()
getMaxTime
public long getMaxTime()
getTotalTime
public long getTotalTime()
getTotalEntries
public long getTotalEntries()
getTimeStamp
public Date getTimeStamp()
getTPS
public float getTPS()
getNumThreads
public int getNumThreads()
getTotalSuccessful
public long getTotalSuccessful()
getTotalFailed
public long getTotalFailed()
getTotalNotRun
public long getTotalNotRun()
formatOutput
public String formatOutput()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2006-2010 Basher Team. All Rights Reserved.