Product Information > JADE Runtime Application Guide > Chapter 1 - Running a JADE User Application > Reporting Profile Statistics

Reporting Profile Statistics

The Report command in the JADE User Interrupt Profiler submenu outputs profile statistics of times spent in JADE 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 the JadeProf.log file in the path specified by the ResultsFile parameter in the [JadeProfiler] section of the JADE initialization file, if any.

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 JADE methods in the JADE development environment by analyzing the performance of your JADE 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.