util
Class BenchmarkResult

java.lang.Object
  extended by util.BenchmarkResult

public class BenchmarkResult
extends java.lang.Object


Field Summary
 BenchmarkInstance instance
           
 int runs
           
 
Constructor Summary
BenchmarkResult(BenchmarkInstance instance, int runs, double[] results, double[] compTimes, double[] vehicles)
           
 
Method Summary
 double[] getCompTimes()
           
 double[] getResults()
           
 org.apache.commons.math.stat.descriptive.DescriptiveStatistics getResultStats()
           
 org.apache.commons.math.stat.descriptive.DescriptiveStatistics getTimesStats()
           
 double[] getVehicles()
           
 org.apache.commons.math.stat.descriptive.DescriptiveStatistics getVehicleStats()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public final BenchmarkInstance instance

runs

public final int runs
Constructor Detail

BenchmarkResult

public BenchmarkResult(BenchmarkInstance instance,
                       int runs,
                       double[] results,
                       double[] compTimes,
                       double[] vehicles)
Method Detail

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()