Package | Description |
---|---|
io.jdev.miniprofiler | |
io.jdev.miniprofiler.internal | |
io.jdev.miniprofiler.storage | |
io.jdev.miniprofiler.test |
Modifier and Type | Method and Description |
---|---|
void |
BaseProfilerProvider.stopSession(ProfilerImpl profilingSession,
boolean discardResults)
Marks the given profiling session as stopped.
|
void |
ProfilerProvider.stopSession(ProfilerImpl profilingSession,
boolean discardResults)
Marks the given profiling session as stopped.
|
void |
DelegatingProfilerProvider.stopSession(ProfilerImpl profilingSession,
boolean discardResults) |
Modifier and Type | Method and Description |
---|---|
ProfilerImpl |
TimingImpl.getProfiler() |
Modifier and Type | Method and Description |
---|---|
ProfilerImpl |
Storage.load(java.util.UUID id)
Returns a previously saved profiling session.
|
ProfilerImpl |
EhcacheStorage.load(java.util.UUID id) |
ProfilerImpl |
MapStorage.load(java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
void |
Storage.save(ProfilerImpl profiler)
Stores the given profiling information
|
void |
EhcacheStorage.save(ProfilerImpl profiler) |
void |
MapStorage.save(ProfilerImpl profiler) |
Modifier and Type | Method and Description |
---|---|
void |
TestProfilerProvider.stopSession(ProfilerImpl profilingSession,
boolean discardResults) |