Uses of Interface
com.atlassian.confluence.util.profiling.DurationThresholdWarningTimingHelper.Timer
-
Packages that use DurationThresholdWarningTimingHelper.Timer Package Description com.atlassian.confluence.util.profiling -
-
Uses of DurationThresholdWarningTimingHelper.Timer in com.atlassian.confluence.util.profiling
Methods in com.atlassian.confluence.util.profiling that return DurationThresholdWarningTimingHelper.Timer Modifier and Type Method Description DurationThresholdWarningTimingHelper.TimerDurationThresholdWarningTimingHelper. newDescribedTimer(Supplier<String> actionDescriptionSupplier, boolean disableWarnings)Creates a new Timer for timing an operation.DurationThresholdWarningTimingHelper.TimerDurationThresholdWarningTimingHelper. newTimer(com.google.common.base.Supplier<String> actionDescriptionSupplier, boolean disableWarnings)Deprecated.since 6.14.DurationThresholdWarningTimingHelper.TimerDurationThresholdWarningTimingHelper. newWarningTimer(String actionDescriptionFormat, Object... actionDescriptionArgs)Creates a new timer for timing an operation.DurationThresholdWarningTimingHelper.TimerDurationThresholdWarningTimingHelper.Timer. start()
-