Searched refs:graphFileName (Results 1 – 1 of 1) sorted by relevance
222 const char* graphFileName; member1463 snprintf(path, FILENAME_MAX, "%s.dot", gOptions.graphFileName); in createInclusiveProfileGraphNew()1480 snprintf(command, 1024, "dot -Tpng -o \"%s\" \"%s\"", gOptions.graphFileName, path); in createInclusiveProfileGraphNew()2543 gOptions.graphFileName = optarg; in parseOptions()2611 if (gOptions.graphFileName != nullptr) { in main()