Visible to Intel only — GUID: GUID-719E483A-3E5D-4237-AA72-C4D7DE27CA43
Visible to Intel only — GUID: GUID-719E483A-3E5D-4237-AA72-C4D7DE27CA43
Saving a Graph to a File
When a graph is in a consistent state and all the major issues are addressed, save it to a file:
Save the graph to a GraphML* file by clicking the Save icon on the toolbar. GraphML format is an open-standard file format for representing graphs.
You can return to the graph later time to modify its topology and data types.
See the Generating C++ Stubs section for details on how to save the graph to C++ code form.
Save the graph to a PNG image by clicking the Generate Image icon on the toolbar. The image is saved to the same directory where the corresponding GraphML file is saved.
When you load a .graphml file for the first time, the tool computes many pieces of information such as performance metrics and graph layout positions. This information computation can be expensive, and it is recommended that you save the graph after this first load. This information is saved in a .metaxml file and provides caching benefits that enable the tool to exhibit better performance on subsequent loads of the same .graphml file.