winIDEA's profiler allows you to export your recorded data filtered by sophisticated patterns.
Beside you see the dialog for Profiler's Export.
After having specified a File name to export the data to, you set the export Format. Formats available are plain Text, XML, CSV and the so called Text1.
When you select Text1 format you can adjust the output format of many settings in the Options dialog (see screenshot below).
Scope defines the scope of data to export.
All Areas exports all areas.
Selection exports only areas currently selected in the profiler window.
Filter exports areas which match the specified filter wildcard pattern.
Only areas with recorded activity will be exported when "Export only active areas" is checked.
Time scope sets if the "entire session" or the selected range only is exported.
In a multitasking environment specify the Context for which data is exported. This selection is only available if profiler session has recorded context switches.
In Information specify what type of data is exported. Statistics includes information like total time and percentage of time spent in the area, number of activations, etc. Timline exports time information e.g. for data time and value that was written and for functions time and state of activation. Data Object Mappings exports a mapping table for data objects e.g. task IDs.
Launch Associated Viewer tells the system to launch the viewer after export.
For detailed information on the Profiler export capabilities and examples see the Analyzer.pdf that is included in winIDEA's Technical Notes (Menu Help/ Technical Notes/ Analyzer.pdf).
Comments