How to: Export Profiling Tools Reports

You can export one or more report views from a .vsp file or a .vsps profiling data file as either a comma delimited or an XML file. You can filter the data in the Report view window before you export, or you can export report views of the entire data file from the Performance Explorer window.

Note

You can also copy and paste selected rows from the Report view window as tab separated values.

To export performance reports from the Performance Explorer window

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

    The Export Report dialog box appears.

  2. Select the report views 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, select (Comma delimited) (*.csv), or XML Data (*.xml).

  6. Click Export.

    Each report view is saved to a separate file that is named <prefix>_<report view name>.<csv|xml>

To export performance reports from the Report view window

  1. Open the .vsp file in the Report view window.

  2. (Optional) Apply a filter to the data. For more information, see Profiler Report View Filter.

  3. Click Export Report on the Report view window toolbar.

  4. Select the report views you want to export.

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

  6. Under Exported report location, specify the directory.

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

  8. Click Export.

    Each report view is saved to a separate file that is named <prefix>_<report view name>.<csv|xml>

See Also

Reference

VSPerfReport

Other Resources

Saving and Exporting Profiling Tools Data