Installation guide
Profiling fo r Improving Performance
Function Listing
To include the Function listing s ection in the detail report display, select
the Show function listing check box. If the file is an M-file, the Profile
Detail report incl u des a column listing the execution time for each line, a
column listing the number of times the line was called, and the source code
for the function.
In the function listing, com ment lines appear in green, lines of code that
executed appear in black, and lines of code that did not execute appear in
gray. If you click a function name in the listing, you can view its detail report.
By default, the Profile Detail report uses the color re d to highlight the lines of
code with the longest execution time. The darker the shade of red, the longer
the line of code took to execute. Using the menu in this section of the detail
report you can change this default and choose to highlight lines of code based
on other criteria such as the lines called the most, lines called out by M-Lint,
or lines of code that were (or were not) executed. Using this menu, you can
also turn off highlighting completely.
7-41