Home
last modified time | relevance | path

Searched refs:getThreadContextInstance (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()
DNestedProfilerDemo2.java48 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main()
DSortAndPruneComposites.java45 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in sortAndPruneComposites()
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfilerRegistry.java49 public static ProfilerRegistry getThreadContextInstance() { in getThreadContextInstance() method in ProfilerRegistry