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.Timer
DurationThresholdWarningTimingHelper. newDescribedTimer(Supplier<String> actionDescriptionSupplier, boolean disableWarnings)
Creates a new Timer for timing an operation.DurationThresholdWarningTimingHelper.Timer
DurationThresholdWarningTimingHelper. newTimer(com.google.common.base.Supplier<String> actionDescriptionSupplier, boolean disableWarnings)
Deprecated.since 6.14.DurationThresholdWarningTimingHelper.Timer
DurationThresholdWarningTimingHelper. newWarningTimer(String actionDescriptionFormat, Object... actionDescriptionArgs)
Creates a new timer for timing an operation.DurationThresholdWarningTimingHelper.Timer
DurationThresholdWarningTimingHelper.Timer. start()
-