This is a static copy of a profile report

Home

tformarray>resample (1721 calls, 15.682 sec)
Generated 05-Nov-2014 07:53:16 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
257
B = feval(R.resamp_fcn, A, M, ...
172115.642 s99.7%
All other lines  0.040 s0.3%
Totals  15.682 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
images/private/resampsepMEX-file172115.562 s99.2%
Self time (built-ins, overhead, etc.)  0.120 s0.8%
Totals  15.682 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function7
Non-code lines (comments, blank lines)6
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
251 function B = resample( A, M, tdims_A, tdims_B, fsize_A, fsize_B, F, R )
252
253 % Evaluates the resampling function defined in the resampler R at
254 % each point in the subscript map M and replicated across all the
255 % non-transform dimensions of A, producing a warped version of A in B.
256
15.64 1721 257 B = feval(R.resamp_fcn, A, M, tdims_A, tdims_B, fsize_A, fsize_B, F, R );

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