com.atlassian.confluence.util.profiling
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 threaf-safe or re-usable. See DurationThresholdWarningTimingHelper.newTimer(com.google.common.base.Supplier, boolean)


Method Summary
 DurationThresholdWarningTimingHelper.Timer start()
           
 void stopAndCheckTiming()
           
 

Method Detail

start

DurationThresholdWarningTimingHelper.Timer start()

stopAndCheckTiming

void stopAndCheckTiming()


Copyright © 2003-2014 Atlassian. All Rights Reserved.