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

Packages that use BenchmarkMethod
com.google.caliper.runner   
 

Uses of BenchmarkMethod in com.google.caliper.runner
 

Methods in com.google.caliper.runner that return BenchmarkMethod
 BenchmarkMethod Scenario.benchmarkMethod()
           
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.
 

Methods in com.google.caliper.runner that return types with arguments of type BenchmarkMethod
 com.google.common.collect.ImmutableSet<BenchmarkMethod> ScenarioSelection.benchmarkMethods()
           
 com.google.common.collect.ImmutableSet<BenchmarkMethod> FullCartesianScenarioSelection.benchmarkMethods()
           
 com.google.common.collect.ImmutableSortedMap<String,BenchmarkMethod> BenchmarkClass.findAllBenchmarkMethods(Instrument instrument)
           
 

Methods in com.google.caliper.runner with parameters of type BenchmarkMethod
abstract  void Instrument.dryRun(Benchmark benchmark, BenchmarkMethod method)
           
 void MicrobenchmarkInstrument.dryRun(Benchmark benchmark, BenchmarkMethod benchmarkMethod)
           
 void ArbitraryMeasurementInstrument.dryRun(Benchmark benchmark, BenchmarkMethod benchmarkMethod)
           
 

Constructors in com.google.caliper.runner with parameters of type BenchmarkMethod
Scenario(BenchmarkMethod benchmarkMethod, Map<String,String> userParameters, Map<String,String> vmArguments, VirtualMachine vm)
           
 

Constructor parameters in com.google.caliper.runner with type arguments of type BenchmarkMethod
FullCartesianScenarioSelection(Collection<BenchmarkMethod> benchmarkMethods, Collection<VirtualMachine> vms, com.google.common.collect.SetMultimap<String,String> userParameters, com.google.common.collect.SetMultimap<String,String> vmArguments)
           
 



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