This is a static copy of a profile report

Home

tformarray>CheckResampler (1721 calls, 1.332 sec)
Generated 05-Nov-2014 07:53:15 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
678
if ~isresampler(R) || (length(...
17211.292 s97.0%
682
if R.ndims ~= Inf && R...
17210.010 s0.8%
All other lines  0.030 s2.3%
Totals  1.332 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
images/private/isresamplerfunction17211.262 s94.7%
Self time (built-ins, overhead, etc.)  0.070 s5.3%
Totals  1.332 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)3
Code lines (lines that can run)6
Code lines that did run2
Code lines that did not run4
Coverage (did run/can run)33.33 %
Function listing
   time   calls  line
676 function CheckResampler( R, tdims_A )
677
1.29 1721 678 if ~isresampler(R) || (length(R) ~= 1)
679 error(message('images:tformarray:invalidResampler'));
680 end
681
0.01 1721 682 if R.ndims ~= Inf && R.ndims ~= length(tdims_A)
683 error(message('images:tformarray:resamplerDimsMismatch'));
684 end

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