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. SeeDurationThresholdWarningTimingHelper.newTimer(com.google.common.base.Supplier, boolean)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DurationThresholdWarningTimingHelper.Timer
start()
void
stopAndCheckTiming()
-
-
-
Method Detail
-
start
DurationThresholdWarningTimingHelper.Timer start()
-
stopAndCheckTiming
void stopAndCheckTiming()
-
-