Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_options.cc215 if (cpu_prof && cpu_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
216 cpu_prof_dir = diagnostic_dir; in CheckOptions()
233 if (heap_prof && heap_prof_dir.empty() && !diagnostic_dir.empty()) { in CheckOptions()
234 heap_prof_dir = diagnostic_dir; in CheckOptions()
362 &EnvironmentOptions::diagnostic_dir, in EnvironmentOptionsParser()
Dnode_options.h157 std::string diagnostic_dir; variable
Denv.cc1787 std::string dir = env->options()->diagnostic_dir; in NearHeapLimitCallback()