| Package | Description |
|---|---|
| org.slf4j.profiler |
Poor man's profiler API
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Map<java.lang.String,Profiler> |
ProfilerRegistry.profilerMap |
| Modifier and Type | Method and Description |
|---|---|
Profiler |
ProfilerRegistry.get(java.lang.String name) |
Profiler |
Profiler.startNested(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilerRegistry.put(Profiler profiler) |
void |
ProfilerRegistry.put(java.lang.String name,
Profiler profiler) |