This is a static copy of a profile report

Home

scribe.legend.schema>edgeColorSetter (2 calls, 0.000 sec)
Generated 18-Mar-2011 23:32:56 using cpu time.
M-subfunction in file /Applications/MATLAB_R2010a.app/toolbox/matlab/scribe/@scribe/@legend/schema.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
scribe.legend.legendM-function2
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
188
set(h,'YColor',val);
20 s0%
187
set(h,'XColor',val);
20 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
M-Lint results
Line numberMessage
186An M-Lint message was once suppressed here, but the message is no longer generated.
Coverage results
[ Show coverage for parent directory ]
Total lines in function3
Non-code lines (comments, blank lines)3
Code lines (lines that can run)0
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)N/A
Function listing
   time   calls  line
186 function val = edgeColorSetter(h,val) %#ok
2 187 set(h,'XColor',val);
2 188 set(h,'YColor',val);