Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module
551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()
563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()
695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
Dkmp_stats.h827 static const char *plotFileName; variable