Uses of Interface
com.google.caliper.worker.Worker

Packages that use Worker
com.google.caliper.runner   
com.google.caliper.worker   
 

Uses of Worker in com.google.caliper.runner
 

Methods in com.google.caliper.runner that return types with arguments of type Worker
 Class<? extends Worker> AllocationCountInstrument.workerClass()
           
 Class<? extends Worker> AllocationSizeInstrument.workerClass()
           
abstract  Class<? extends Worker> Instrument.workerClass()
           
 Class<? extends Worker> MicrobenchmarkInstrument.workerClass()
           
 Class<? extends Worker> ArbitraryMeasurementInstrument.workerClass()
           
 

Uses of Worker in com.google.caliper.worker
 

Classes in com.google.caliper.worker that implement Worker
 class AllocationCountWorker
          AllocationWorker subclass that builds its Measurement based on the number of allocations observed.
 class AllocationSizeWorker
          AllocationWorker subclass that builds its Measurement based on the total number of bytes of allocations observed.
 class ArbitraryMeasurementWorker
          Worker for arbitrary measurements.
 class MicrobenchmarkWorker
           
 



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