Reporting Profile Statistics

The Report command in the Jade User Interrupt Profiler submenu outputs profile statistics of times spent in JADE and external methods to a 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 report file

The profile statistics are then output to theJadeProfiler_application‑name_yyyyMMdd_hhmmss.log file in the path specified by the ResultsFile parameter in the [JadeProfiler] section of the JADE initialization file, if any. A new report file is generated for each call to the JadeProfiler class report method. (For details about directing the report to a comma‑separated values (.csv) file, see "Reporting Profile Statistics to a CSV File", in the following section.)

If a path is not specified in this parameter, the file is located in the log file directory, specified by using the LogDirectory parameter in the [JadeLog] section of the JADE initialization file. (For details, see Chapter 1 of the JADE Initialization File Reference, "JADE Initialization File".)

You can view your profile output by using a text editor or 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.

The report produced by this method can contain six sections, as follows.

When you select the Report command and there is an existing profile file, records are appended to existing records, indicated by start and finish times.