This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateEnumEntry (42 calls, 0.055 sec)
Generated 05-Aug-2011 13:02:34 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)

Function NameFunction TypeCalls
...Entry>localCreateTextInterpreterEntrysubfunction14
scribe/private/createScribeUIMenuEntryfunction28
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
283
uimenu(entry,...
1680.044 s80.0%
277
entry = uimenu(hFig,...
420.011 s20.0%
289
end
1680 s0%
282
for k=1:length(values)
420 s0%
All other lines  0 s0%
Totals  0.055 s100% 
Children (called functions)
No children
Code Analyzer 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
0.01 42 277 entry = uimenu(hFig,...
278 'HandleVisibility','off',...
279 'Label',displayText,...
280 'Visible','off',...
281 'Callback',{@localUpdateEnumCheck,hFig,propName,descriptions,values});
42 282 for k=1:length(values)
0.04 168 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});
168 289 end

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