Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc130 if (!cpu_prof_dir.empty()) { in CheckOptions()
140 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
141 cpu_prof_dir = diagnostic_dir; in CheckOptions()
441 &EnvironmentOptions::cpu_prof_dir); in EnvironmentOptionsParser()
Dnode_options.h133 std::string cpu_prof_dir; variable
Denv-inl.h773 inline const std::string& Environment::cpu_prof_dir() const { in cpu_prof_dir() function
Denv.h1272 inline const std::string& cpu_prof_dir() const;