Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp460 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
553 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
565 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
H A Dkmp_stats.h816 static const char *plotFileName; variable