This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
416 | entry = uimenu(hFig,'HandleVis... | 4 | 0.010 s | 100.0% |  |
417 | 'Callback',{@scribeContextMenu... | 4 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.010 s | 100% | |
Children (called functions)
No childrenM-Lint results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 4 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
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});