Searched refs:plotFileName (Results 1 – 2 of 2) sorted by relevance
459 const char *kmp_stats_output_module::plotFileName = NULL; member in kmp_stats_output_module551 plotFileName = getenv("KMP_STATS_PLOT_FILE"); in init()563 plotFileName = plotFileName ? plotFileName : "events.plt"; in init()695 FILE *plotOut = fopen(plotFileName, "w+"); in printPloticusFile()
827 static const char *plotFileName; variable