This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateFontEntry (2 calls, 0.000 sec)
Generated 18-Mar-2011 23:32:16 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)

Function NameFunction TypeCalls
scribe/private/createScribeUIMenuEntryM-function2
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
124
'Callback',{@scribeContextMenu...
20 s0%
120
entry = uimenu(hFig,...
20 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function8
Non-code lines (comments, blank lines)6
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
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
2 120 entry = uimenu(hFig,...
121 'HandleVisibility','off',...
122 'Label',displayText,...
123 'Visible','off',...
2 124 'Callback',{@scribeContextMenuCallback,'localExecuteFontCallback',hFig,undoName});

Other subfunctions in this file are not included in this listing.