com.google.caliper.worker
Interface Worker

All Known Implementing Classes:
AllocationCountWorker, AllocationSizeWorker, ArbitraryMeasurementWorker, MicrobenchmarkWorker

public interface Worker


Method Summary
 Collection<Measurement> measure(Benchmark benchmark, String methodName, Map<String,String> options, WorkerEventLog log)
           
 

Method Detail

measure

Collection<Measurement> measure(Benchmark benchmark,
                                String methodName,
                                Map<String,String> options,
                                WorkerEventLog log)
                                throws Exception
Throws:
Exception


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