ProfilerStrategy and Timers
instead.@Deprecated public interface ProfilingStrategy
UtilTimerStack.| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
Deprecated.
Return
true if this strategy is enabled, false otherwise. |
void |
start(String tag)
Deprecated.
This method is called on a start of the code snippet profiling
|
void |
stop(String tag)
Deprecated.
This method is called on a stop of the code snippet profiling
|
boolean isEnabled()
true if this strategy is enabled, false otherwise.true if this strategy is enabled, false otherwise.void start(String tag)
tag - namevoid stop(String tag)
tag - nameCopyright © 2019 Atlassian. All rights reserved.