public class ToggleableProfiler extends BaseProfiler
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
averageSamples, calls, lastReset, lastSample, samples, samplesPerTick, samplesTotal, stddev, timings, total, totalCalls| Constructor and Description |
|---|
ToggleableProfiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
start(java.lang.String name) |
void |
stop() |
void |
stop(java.lang.String name) |
void |
stop(java.lang.String name,
long extense) |
reset, resultspublic void start()
start in interface Profilerstart in class BaseProfilerpublic void start(java.lang.String name)
start in interface Profilerstart in class BaseProfilerpublic void stop()
stop in interface Profilerstop in class BaseProfilerpublic void stop(java.lang.String name)
stop in interface Profilerstop in class BaseProfilerpublic void stop(java.lang.String name,
long extense)
stop in interface Profilerstop in class BaseProfiler