|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.skeet.jbench.TaskResults
Class encapsulating the results of a series of tests.
Constructor Summary | |
TaskResults(BenchSuite config,
long[] times)
Constructor creating a TaskResults object from a configuration and an array of times. |
Method Summary | |
long |
getMean()
Returns the mean of the included results |
long |
getStandardDeviation()
Returns the standard deviation of the included results |
long |
getTime(int num)
Returns the time for the specified result |
long |
getVariance()
Returns the variance of the included results |
int |
includedSize()
Returns how many results were included from the statistics |
boolean |
isExcluded(int num)
Returns whether or not the specified result was excluded from statistics |
int |
size()
Returns how many results were obtained |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaskResults(BenchSuite config, long[] times)
Method Detail |
public int size()
public int includedSize()
public long getTime(int num)
public long getMean()
public long getVariance()
public long getStandardDeviation()
public boolean isExcluded(int num)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |