Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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.

NOTE:
You may be asked if you wish to save the .graphml files after load even if no interaction or modification took place. This is due to the tool running the layout algorithm on the graph to display it in an intuitive manner.