This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateColorEntry (4 calls, 0.010 sec)
Generated 18-Mar-2011 23:32:13 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-function4
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
416
entry = uimenu(hFig,'HandleVis...
40.010 s100.0%
417
'Callback',{@scribeContextMenu...
40 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 function6
Non-code lines (comments, blank lines)4
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
412 function entry = localCreateColorEntry(hFig,displayText,propName,undoName)
413 % Create a uimenu that brings up a color dialog:
414
415 % The menu will be reparented later, but for now parent it to the figure.
0.01 4 416 entry = uimenu(hFig,'HandleVisibility','off','Label',displayText,...
4 417 'Callback',{@scribeContextMenuCallback,'localExecuteColorCallback',hFig,propName,undoName});