Interface DurationThresholdWarningTimingHelper.Timer
- 
- Enclosing class:
 - DurationThresholdWarningTimingHelper
 
@NotThreadSafe public static interface DurationThresholdWarningTimingHelper.TimerSimple start/stop timing interface to be used by clients. Instances are not thread-safe or re-usable. SeeDurationThresholdWarningTimingHelper.newTimer(com.google.common.base.Supplier, boolean) 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DurationThresholdWarningTimingHelper.Timerstart()voidstopAndCheckTiming() 
 - 
 
- 
- 
Method Detail
- 
start
DurationThresholdWarningTimingHelper.Timer start()
 
- 
stopAndCheckTiming
void stopAndCheckTiming()
 
 - 
 
 -