This is a static copy of a profile reportHome
scribe/private/createScribeUIMenuEntry>localCreateActionEntry (4 calls, 0.000 sec)
Generated 18-Mar-2011 23:32:11 using cpu time.
M-subfunction in file /Applications/MATLAB_R2010a.app/toolbox/matlab/scribe/private/createScribeUIMenuEntry.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
62 | 'Callback',callbackFunction); | 4 | 0 s | 0% |  |
58 | entry = uimenu(hFig,... | 4 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenM-Lint results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 5 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
56 function entry = localCreateActionEntry(hFig,displayText,callbackFunction)
57
4 58 entry = uimenu(hFig,...
59 'HandleVisibility','off',...
60 'Label',displayText,...
61 'Visible','off',...
4 62 'Callback',callbackFunction);
Other subfunctions in this file are not included in this listing.