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
-
In Performance Explorer, select the report, and then right-click and select Export Report.
The Export Report dialog box is displayed.
-
Select the report type you want to export.
-
Under Prefix report with, specify the prefix you want to add to the report name.
-
Under Exported report location, specify the directory.
-
Under Exported report format, choose (Comma delimited) (*.csv), or XML Data (*.xml).
-
Click Export.