Lines Matching refs:profiler
5 #include "src/profiler/cpu-profiler.h"
20 #include "src/profiler/cpu-profiler-inl.h"
21 #include "src/profiler/profiler-stats.h"
22 #include "src/profiler/symbolizer.h"
300 // event of profiler shutdown.
452 void AddProfiler(Isolate* isolate, CpuProfiler* profiler) {
454 profilers_.emplace(isolate, profiler);
457 void RemoveProfiler(Isolate* isolate, CpuProfiler* profiler) {
461 if (it->second != profiler) continue;