Profiler View
The Profiler view helps you analyze the performance of your applications. You can easily monitor the calling frequency and execution time for procedures and functions. The Profiler view can be used with both command line and compiled programs.

To add the Profiler view to the current perspective, click Window → Show View → Profiler.
To analyze a program:
- Compile the program.
- Click Enable Profiling on the Profiler view toolbar.
- Run the program.
- Click Refresh Results to populate the report.
Note
All program modules must be compiled prior to profiling.
For more involved programs, you can use RESOLVE_ALL to compile all uncompiled functions or procedures that are called in any already-compiled procedure or function.
The Profiler report remains blank.
Report Columns
You can sort the report by column, in ascending or descending order, by clicking a column heading. The current sort column is marked by an up or down arrow in the header.
Table cells may also contain a value histogram. The Profiler does not show histograms for small values (relative to the largest column value).
Toolbar
The toolbar of the Profiler view contains the following buttons:
