Package | Description |
---|---|
io.jdev.miniprofiler | |
io.jdev.miniprofiler.internal |
Modifier and Type | Method and Description |
---|---|
Timing |
Profiler.getHead()
Returns the current live timing for this profiler.
|
Timing |
Timing.getParent()
Returns the parent timing of this one.
|
Timing |
Profiler.getRoot()
Returns the root timing for this profiler.
|
Timing |
Profiler.step(java.lang.String name)
Start a new profiling step with the default
ProfileLevel.Info level; |
Timing |
Profiler.step(java.lang.String name,
ProfileLevel level)
Start a new profiling step with the given level;
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Timing> |
Timing.getChildren()
Returns all child timings of this timing
|
Modifier and Type | Method and Description |
---|---|
Timing |
ProfilerImpl.getHead() |
Timing |
NullProfiler.getHead() |
Timing |
TimingImpl.getParent() |
Timing |
ProfilerImpl.getRoot() |
Timing |
NullProfiler.getRoot() |
Timing |
ProfilerImpl.step(java.lang.String name) |
Timing |
NullProfiler.step(java.lang.String name) |
Timing |
ProfilerImpl.step(java.lang.String name,
ProfileLevel level) |
Timing |
NullProfiler.step(java.lang.String name,
ProfileLevel level) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Timing> |
TimingImpl.getChildren() |