How to: Export Performance Reports

You can easily create export reports from a .vsp file to a comma delimited or XML format. After exporting the report, you can perform further analysis by processing data in them. From the integrated development environment, you can export the following reports:

  • Functions

  • Caller/Callee

  • Call Tree

  • Allocations

  • Object Lifetimes

  • Threads

  • Modules

Allocations and Object Lifetimes are available only for .NET applications. For more information, see How to: Collect .NET Memory Allocation and Lifetime Data.

To export performance report

  1. In Performance Explorer, select the report, and then right-click and select Export Report.

    The Export Report dialog box is displayed.

  2. Select the report type you want to export.

  3. Under Prefix report with, specify the prefix you want to add to the report name.

  4. Under Exported report location, specify the directory.

  5. Under Exported report format, choose (Comma delimited) (*.csv), or XML Data (*.xml).

  6. Click Export.

See Also

Reference

VSPerfReport
Performance Report Column Definition