- Name of the profiled function
- Number of times the parent function called the profiled function
- Time spent in the profiled function
- Link to open the function in your default editor
- Link to copy the report to a separate window. Saving a copy of the report is helpful to
compare the impact of changes to your function. when you change the file.
To specify which sections the Profile Detail Report includes, select the check boxes at the
top of the report, and click the Refresh button. Use the check boxes to select from these
options.
Display Option Details
Show parent functions Display information about the parent functions, with links to
their detail reports. To open a Profile Detail report for a
parent function, click the name of the function.
Show busy lines List the lines in the profiled function that used the greatest
amount of processing time.
Show child functions List all the functions called by the profiled function. To open a
Profile Detail report for a child function, click the name of the
function.
Show Code Analyzer
results
Display information about problems and potential
improvements for the profiled function.
Show file coverage Display statistics about the lines of code in the function that
MATLAB executed while profiling.
28 Performance