This is a static copy of a profile report

Home

savtoner>color2matrix (304 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:36 using cpu time.
nested function in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/savtoner.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
savtonerfunction304
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
543
end
3040 s0%
539
elseif isequal(color, 'flat' )
3040 s0%
536
if isequal(color, 'none' )
3040 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function11
Non-code lines (comments, blank lines)5
Code lines (lines that can run)6
Code lines that did run3
Code lines that did not run3
Coverage (did run/can run)50.00 %
Function listing
   time   calls  line
533 function color = color2matrix( color )
534 %COLOR2MATRIX Return a 1x3 for any color, including strings 'flat' and 'none'
535
304 536 if isequal(color, 'none' )
537 color = NONE;
538
304 539 elseif isequal(color, 'flat' )
540 color = FLAT;
541
542 end
304 543 end

Other subfunctions in this file are not included in this listing.