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

Packages that use Instrument
com.google.caliper.runner   
 

Uses of Instrument in com.google.caliper.runner
 

Subclasses of Instrument in com.google.caliper.runner
 class AllocationCountInstrument
          AllocationInstrument that measures the number of objects allocated by the benchmark method.
 class AllocationSizeInstrument
          AllocationInstrument that measures the total number of bytes allocated by the benchmark method.
 class ArbitraryMeasurementInstrument
          Instrument for taking an arbitrary measurement.
 class MicrobenchmarkInstrument
           
 

Methods in com.google.caliper.runner with parameters of type Instrument
 com.google.common.collect.ImmutableSortedMap<String,BenchmarkMethod> BenchmarkClass.findAllBenchmarkMethods(Instrument instrument)
           
 String ResultDataWriter.writeInstrument(Instrument instrument)
           
 



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