util
Class BenchmarkResult
java.lang.Object
util.BenchmarkResult
public class BenchmarkResult
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public final BenchmarkInstance instance
runs
public final int runs
BenchmarkResult
public BenchmarkResult(BenchmarkInstance instance,
int runs,
double[] results,
double[] compTimes,
double[] vehicles)
getResults
public double[] getResults()
getVehicles
public double[] getVehicles()
getCompTimes
public double[] getCompTimes()
getResultStats
public org.apache.commons.math.stat.descriptive.DescriptiveStatistics getResultStats()
getVehicleStats
public org.apache.commons.math.stat.descriptive.DescriptiveStatistics getVehicleStats()
getTimesStats
public org.apache.commons.math.stat.descriptive.DescriptiveStatistics getTimesStats()