public interface ProfilingManager
| Modifier and Type | Field and Description |
|---|---|
static LagSpikeProfiler |
NON_PROFILING |
static java.lang.ThreadLocal<LagSpikeProfiler> |
PROFILER |
| Modifier and Type | Method and Description |
|---|---|
void |
start(long millis) |
void |
stop() |
default boolean |
tryStart(long millis) |
static final LagSpikeProfiler NON_PROFILING
static final java.lang.ThreadLocal<LagSpikeProfiler> PROFILER