You can export all reports and data to:
- HTML, optionally packing all generated files to a single ZIP archive
- CSV ("comma separated values") format
- XML
- Plain text format
Export from UI
Use File | Export to... (Ctrl+S) to export current view:
To export telemetry data, right-click a graph to invoke a popup menu:
"File | Copy To Clipboard..." (Ctrl+C or another platform specific shortcut) action copies text of selected row in all trees and lists.
Export with command line tool
You can automatically export some basic views using the following command:
<Profiler Installation Directory>\bin\profiler.exe -export <snapshot_file> <target_directory>
where:<snapshot_file> - path to snapshot file
<target_directory> - directory where resulting files (*.txt, *.csv, *.html) will be created;
the directory must exist when you issue the command.
Exported views
The following views can be exported:
- Class list - for memory snapshot
- Method list (CPU) - if recorded
- Call tree (CPU) - if recorded
- Method list (allocations) - for memory snapshot, if allocations recorded
- Method list (garbage collection) - for memory snapshot, if allocations recorded
- Summary
All the views are exported, if corresponding data is present in the snapshot.
Export formats
Views are exported in each of applicable formats (HTML, CSV, XML, plain text).
