Home | History | Annotate | Download | only in cctest

Lines Matching full:cpu_profiler

96   v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
98 cpu_profiler->StartProfiling(profile_name);
100 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
936 if (isolate->cpu_profiler()->is_profiling()) {