This is a static copy of a profile report

Home

tformarray>CheckInputArray (1721 calls, 0.040 sec)
Generated 05-Nov-2014 07:53:14 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/tformarray.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
tformarrayfunction1721
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
670
if (~isnumeric(A) && ~...
17210.010 s25.0%
All other lines  0.030 s75.0%
Totals  0.040 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function5
Non-code lines (comments, blank lines)2
Code lines (lines that can run)3
Code lines that did run1
Code lines that did not run2
Coverage (did run/can run)33.33 %
Function listing
   time   calls  line
668 function CheckInputArray( A )
669
0.01 1721 670 if (~isnumeric(A) && ~islogical(A)) || issparse(A)
671 error(message('images:tformarray:invalidA'));
672 end

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