Searched refs:ProfilerRegistry (Results 1 – 5 of 5) sorted by relevance
35 public class ProfilerRegistry { class37 …tic final InheritableThreadLocal<ProfilerRegistry> inheritableThreadLocal = new InheritableThreadL…49 public static ProfilerRegistry getThreadContextInstance() { in getThreadContextInstance()50 ProfilerRegistry pr = inheritableThreadLocal.get(); in getThreadContextInstance()52 pr = new ProfilerRegistry(); in getThreadContextInstance()
63 ProfilerRegistry profilerRegistry;76 public ProfilerRegistry getProfilerRegistry() { in getProfilerRegistry()80 public void registerWith(ProfilerRegistry profilerRegistry) { in registerWith()
62 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main()
48 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main()
45 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in sortAndPruneComposites()