Uses of Class
com.google.caliper.runner.BenchmarkClass

Packages that use BenchmarkClass
com.google.caliper.runner   
 

Uses of BenchmarkClass in com.google.caliper.runner
 

Methods in com.google.caliper.runner with parameters of type BenchmarkClass
abstract  BenchmarkMethod Instrument.createBenchmarkMethod(BenchmarkClass benchmarkClass, Method method)
           
 BenchmarkMethod MicrobenchmarkInstrument.createBenchmarkMethod(BenchmarkClass benchmarkClass, Method method)
           
 BenchmarkMethod ArbitraryMeasurementInstrument.createBenchmarkMethod(BenchmarkClass benchmarkClass, Method method)
           
static BenchmarkMethod Instrument.createBenchmarkMethodFromTimeMethod(BenchmarkClass benchmarkClass, Method timeMethod)
          For instruments that use Instrument.isTimeMethod(java.lang.reflect.Method) to identify their methods, this method builds a BenchmarkMethod appropriately.
 

Constructors in com.google.caliper.runner with parameters of type BenchmarkClass
BenchmarkMethod(BenchmarkClass benchmarkClass, Method method, String shortName)
           
 



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.