Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc126 if (!cpu_prof) { in CheckOptions()
140 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
429 &EnvironmentOptions::cpu_prof); in EnvironmentOptionsParser()
Dnode_options.h137 bool cpu_prof = false; variable