This is a static copy of a profile report

Home

scribe.legend.schema>edgeColorSetter (14 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:44 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/@scribe/@legend/schema.m
Copy to new window for comparing multiple runs

Parents (calling functions)

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

Line NumberCodeCallsTotal Time% TimeTime Plot
188
set(h,'YColor',val);
140 s0%
187
set(h,'XColor',val);
140 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer 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
14 187 set(h,'XColor',val);
14 188 set(h,'YColor',val);