Home
last modified time | relevance | path

Searched defs:profilerRegistry (Results 1 – 4 of 4) sorted by relevance

/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DNestedProfilerDemo.java62 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main() local
DNestedProfilerDemo2.java48 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main() local
DSortAndPruneComposites.java45 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in sortAndPruneComposites() local
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfiler.java63 ProfilerRegistry profilerRegistry; field in Profiler
80 public void registerWith(ProfilerRegistry profilerRegistry) { in registerWith()