Searched refs:cpu_profiler (Results 1 – 4 of 4) sorted by relevance
443 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler() function
4577 options.cpu_profiler = true; in SetOptions()4580 options.cpu_profiler = true; in SetOptions()5480 CpuProfiler* cpu_profiler; in Main() local5481 if (options.cpu_profiler) { in Main()5482 cpu_profiler = CpuProfiler::New(isolate); in Main()5484 cpu_profiler->StartProfiling(String::Empty(isolate), profile_options); in Main()5563 if (options.cpu_profiler) { in Main()5565 cpu_profiler->StopProfiling(String::Empty(isolate)); in Main()5573 cpu_profiler->Dispose(); in Main()
458 DisallowReassignment<bool> cpu_profiler = {"cpu-profiler", false}; variable
9850 i::CpuProfiler* profiler = profile->cpu_profiler(); in Delete()