Lines Matching refs:profiler
5 #include "src/profiler/profile-generator.h"
9 #include "include/v8-profiler.h"
13 #include "src/profiler/cpu-profiler.h"
14 #include "src/profiler/profile-generator-inl.h"
15 #include "src/profiler/profiler-stats.h"
575 CpuProfile::CpuProfile(CpuProfiler* profiler, ProfilerId id, const char* title,
582 top_down_(profiler->isolate(), profiler->code_entries()),
583 profiler_(profiler),