com.google.caliper.worker
Class MicrobenchmarkWorker

java.lang.Object
  extended by com.google.caliper.worker.MicrobenchmarkWorker
All Implemented Interfaces:
Worker

public class MicrobenchmarkWorker
extends Object
implements Worker


Constructor Summary
MicrobenchmarkWorker()
           
 
Method Summary
 Collection<Measurement> measure(Benchmark benchmark, String methodName, Map<String,String> optionMap, WorkerEventLog log)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicrobenchmarkWorker

public MicrobenchmarkWorker()
Method Detail

measure

public Collection<Measurement> measure(Benchmark benchmark,
                                       String methodName,
                                       Map<String,String> optionMap,
                                       WorkerEventLog log)
                                throws Exception
Specified by:
measure in interface Worker
Throws:
Exception


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