This is a pre-release software documentation. It may be incomplete or not up-to-date.
You can export all reports and data to:
- HTML, optionally packing all generated files to a single ZIP archive
- CSV ("comma separated values") format
- 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:
java -jar <Profiler Installation Directory>/lib/yjp.jar -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.
The following views are exported:
- Class list - for memory snapshot
- Class loaders - for memory snapshot
- Method list (CPU) - if recorded
- Method list (allocations) - for memory snapshot, if allocations recorded
- Method list (garbage collection) - for memory snapshot, if allocations recorded
The views are exported in each of applicable flavors (CSV, text, HTML).
