Home
last modified time | relevance | path

Searched refs:cpu_prof (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_options.cc201 if (!cpu_prof) { in CheckOptions()
215 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
530 &EnvironmentOptions::cpu_prof); in EnvironmentOptionsParser()
Dnode_options.h149 bool cpu_prof = false; variable