Searched refs:profilerRegistry (Results 1 – 4 of 4) sorted by relevance
63 ProfilerRegistry profilerRegistry; field in Profiler77 return profilerRegistry; in getProfilerRegistry()80 public void registerWith(ProfilerRegistry profilerRegistry) { in registerWith() argument81 if (profilerRegistry == null) { in registerWith()84 this.profilerRegistry = profilerRegistry; in registerWith()85 profilerRegistry.put(this); in registerWith()109 nestedProfiler.registerWith(profilerRegistry); in startNested()
62 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main() local63 profiler.registerWith(profilerRegistry); in main()
48 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in main() local49 profiler.registerWith(profilerRegistry); in main()
45 ProfilerRegistry profilerRegistry = ProfilerRegistry.getThreadContextInstance(); in sortAndPruneComposites() local46 Profiler sortProfiler = profilerRegistry.get(NESTED_PROFILER_NAME); in sortAndPruneComposites()