Uses of Class
util.BenchmarkInstance

Packages that use BenchmarkInstance
util   
 

Uses of BenchmarkInstance in util
 

Fields in util declared as BenchmarkInstance
 BenchmarkInstance BenchmarkResult.instance
           
 

Constructors in util with parameters of type BenchmarkInstance
BenchmarkResult(BenchmarkInstance instance, int runs, double[] results, double[] compTimes, double[] vehicles)