Home
last modified time | relevance | path

Searched refs:cpu_profiler (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h443 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler() function
/third_party/node/deps/v8/src/d8/
Dd8.cc4577 options.cpu_profiler = true; in SetOptions()
4580 options.cpu_profiler = true; in SetOptions()
5480 CpuProfiler* cpu_profiler; in Main() local
5481 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()
Dd8.h458 DisallowReassignment<bool> cpu_profiler = {"cpu-profiler", false}; variable
/third_party/node/deps/v8/src/api/
Dapi.cc9850 i::CpuProfiler* profiler = profile->cpu_profiler(); in Delete()