Lines Matching defs:profiler
25 #include "include/v8-profiler.h"
109 #include "src/profiler/cpu-profiler.h"
110 #include "src/profiler/heap-profiler.h"
111 #include "src/profiler/heap-snapshot-generator-inl.h"
112 #include "src/profiler/profile-generator-inl.h"
113 #include "src/profiler/tick-sample.h"
9850 i::CpuProfiler* profiler = profile->cpu_profiler();
9851 DCHECK_NOT_NULL(profiler);
9852 profiler->DeleteProfile(profile);
10177 i::Isolate* isolate = ToInternal(this)->profiler()->isolate();