Exporting performance analysis results

Updated: April 19, 2023

The IDE can export session data generated by a performance-analyzing tool while an application ran. This allows you to share analysis results or view them outside of the IDE.

When an IDE-launched profiling session ends (i.e., the program terminates), all of the session data have been stored in the workspace area. At this point, you can export the session. The export feature is handy because it writes the analysis results in a format that can easily be imported into the IDE again; for example, into the IDE of another team member with whom you share the results.

You can view the results outside of the IDE. The Application Profiler lets you export function data as CSV files, which you can then view in Excel. Valgrind Cachegrind generates text-based data, which you can view in any basic editor; this workflow is explained in Exporting Valgrind logs.