Searched refs:plotFileName (Results 1 – 2 of 2) sorted by relevance
462 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module554 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()
837 static const char *plotFileName; variable