Interface DurationThresholdWarningTimingHelper.Timer
- Enclosing class:
- DurationThresholdWarningTimingHelper
@NotThreadSafe
public static interface DurationThresholdWarningTimingHelper.Timer
Simple start/stop timing interface to be used by clients. Instances are not thread-safe or re-usable.
 See 
invalid reference
#newTimer(com.google.common.base.Supplier, boolean)- 
Method Summary
- 
Method Details- 
start
- 
stopAndCheckTimingvoid stopAndCheckTiming()
 
-