com.google.caliper.worker
Class WorkerEventLog

java.lang.Object
  extended by com.google.caliper.worker.WorkerEventLog

public final class WorkerEventLog
extends Object


Constructor Summary
WorkerEventLog()
           
 
Method Summary
 void notifyMeasurementEnding(double value)
           
 void notifyMeasurementPhaseStarting()
           
 void notifyMeasurementStarting()
           
 void notifyWarmupPhaseStarting()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkerEventLog

public WorkerEventLog()
Method Detail

notifyWarmupPhaseStarting

public void notifyWarmupPhaseStarting()

notifyMeasurementPhaseStarting

public void notifyMeasurementPhaseStarting()

notifyMeasurementStarting

public void notifyMeasurementStarting()

notifyMeasurementEnding

public void notifyMeasurementEnding(double value)


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