The Report CSV command in the Jade User Interrupt Profiler submenu outputs profile statistics of times spent in JADE and external methods to a comma‑separated values (.csv) file. (In JADE thin client mode, profiler output is always output to the workstation that is running the JADE logic; that is, to the application server.)
To output profile statistics to a CSV report file
Select the Report CSV command from the Jade User Interrupt Profiler submenu.
The profile statistics are then output to the JadeProfiler_<application‑name>_yyyyMMdd_hhmmss.csv file in the path specified by the
If a path is not specified in this parameter, the file is located in the log file directory, specified by using the
You can view your profile output by using an Excel spreadsheet, from which you can output it to a printer, if required.
The statistics provided by the profile report enable you to optimize the code of your methods in the JADE development environment by analyzing the performance of your methods at run time.
For details about the report that is produced, see "Reporting Profile Statistics", in the previous section.