This is a static copy of a profile report

Home

scribe/private/createScribeUIMenuEntry>localCreateColorEntry (28 calls, 0.000 sec)
Generated 05-Aug-2011 13:02:30 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
scribe/private/createScribeUIMenuEntryfunction28
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
417
'Callback',{@scribeContextMenu...
280 s0%
416
entry = uimenu(hFig,'HandleVis...
280 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer 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.
28 416 entry = uimenu(hFig,'HandleVisibility','off','Label',displayText,...
28 417 'Callback',{@scribeContextMenuCallback,'localExecuteColorCallback',hFig,propName,undoName});