Home
last modified time | relevance | path

Searched refs:diagnostic_dir (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_options.cc140 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
141 cpu_prof_dir = diagnostic_dir; in CheckOptions()
158 if (heap_prof && heap_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
159 heap_prof_dir = diagnostic_dir; in CheckOptions()
283 &EnvironmentOptions::diagnostic_dir, in EnvironmentOptionsParser()
Dnode_options.h145 std::string diagnostic_dir; variable
Denv.cc1225 std::string dir = env->options()->diagnostic_dir; in NearHeapLimitCallback()