Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
554 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
566 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
698 kmp_safe_raii_file_t plotOut(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h837 static const char *plotFileName; variable