Exporting views

  
 previous up next 


  All views can be exported to external formats by selecting Export from the Edit menu or context menu or clicking on the corresponding  toolbar button. A file chooser will be brought up allowing you to specify the output file and the export format.

The export format is chosen with the "file type" combo box in the file chooser. The following export formats are available:

  • HTML
    Available for all views. The view will be exported to an HTML file. Besides the HTML file, several image files might be written to a subdirectory jprofiler_images. If the option to open files after export is enabled, the web browser configured in the general settings is opened and the exported HTML file is displayed.
  • CSV data
    Available for tabular views and graphs with a time axis. CSV data suitable for Microsoft Excel is written to a file. If the option to open files after export is enabled, the registered application for CSV is opened and the exported CSV file is displayed.
  • XML data
    Available for tree views. XML data with a self-explanatory format is written to a file. If the option to open files after export is enabled, the registered application for XML is opened and the exported XML file is displayed.

  If you export the same view multiple times to the same directory under the same name, a running number will be appended to the filename. The export directory location is persistent and remembered across restarts.
  With the HTML export functionality you can print all views from JProfiler via your web browser.