Package com.google.caliper.worker

Interface Summary
Worker  
 

Class Summary
AllocationCountWorker AllocationWorker subclass that builds its Measurement based on the number of allocations observed.
AllocationSizeWorker AllocationWorker subclass that builds its Measurement based on the total number of bytes of allocations observed.
ArbitraryMeasurementWorker Worker for arbitrary measurements.
DetectVmProperties  
MicrobenchmarkWorker  
WorkerEventLog  
WorkerMain This class is invoked as a subprocess by the Caliper runner parent process; it re-stages the benchmark and hands it off to the instrument's worker.
WorkerRequest This object is sent from the parent process to the child to tell it what to do.
WorkerResponse This is the "answer" analog to WorkerRequest.
 



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