Home
last modified time | relevance | path

Searched defs:cpu_profiler (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/d8/
Dd8.h384 DisallowReassignment<bool> cpu_profiler = {"cpu-profiler", false}; variable
Dd8.cc4227 CpuProfiler* cpu_profiler; in Main() local
/external/v8/src/profiler/
Dprofile-generator.h378 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler() function