This is a static copy of a profile reportHome
scribe/private/createScribeUIMenuEntry>localCreateFontEntry (14 calls, 0.000 sec)
Generated 05-Aug-2011 13:02:32 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/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 |
124 | 'Callback',{@scribeContextMenu... | 14 | 0 s | 0% |  |
120 | entry = uimenu(hFig,... | 14 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 6 |
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
117 function entry = localCreateFontEntry(hFig,displayText,propName,undoName) %#ok<INUSL>
118 % Create a uimenu that brings up a font picker.
119
14 120 entry = uimenu(hFig,...
121 'HandleVisibility','off',...
122 'Label',displayText,...
123 'Visible','off',...
14 124 'Callback',{@scribeContextMenuCallback,'localExecuteFontCallback',hFig,undoName});
Other subfunctions in this file are not included in this listing.