Package org.slf4j.profiler
Class ProfilerRegistry
- java.lang.Object
-
- org.slf4j.profiler.ProfilerRegistry
-
public class ProfilerRegistry extends Object
A minimalist registry of profilers.- Author:
- Ceki Gülcü
-
-
Constructor Summary
Constructors Constructor Description ProfilerRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Profiler
get(String name)
static ProfilerRegistry
getThreadContextInstance()
void
put(String name, Profiler profiler)
void
put(Profiler profiler)
-