This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateEnumEntry (6 calls, 0.010 sec)
Generated 18-Mar-2011 23:32:18 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
...Entry>localCreateTextInterpreterEntryM-subfunction2
scribe/private/createScribeUIMenuEntryM-function4
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
283
uimenu(entry,...
240.010 s100.0%
289
end
240 s0%
282
for k=1:length(values)
60 s0%
277
entry = uimenu(hFig,...
60 s0%
All other lines  0 s0%
Totals  0.010 s100% 
Children (called functions)
No children
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function16
Non-code lines (comments, blank lines)12
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
274 function entry = localCreateEnumEntry(hFig,displayText,propName,descriptions,values,undoName)
275 % General helper function for enumerated types
276
6 277 entry = uimenu(hFig,...
278 'HandleVisibility','off',...
279 'Label',displayText,...
280 'Visible','off',...
281 'Callback',{@localUpdateEnumCheck,hFig,propName,descriptions,values});
6 282 for k=1:length(values)
0.01 24 283 uimenu(entry,...
284 'HandleVisibility','off',...
285 'Label',descriptions{k},...
286 'Separator','off',...
287 'Visible','off',...
288 'Callback',{@scribeContextMenuCallback,'localUpdateValue',hFig,propName,values{k},undoName});
24 289 end

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