This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
tformarray | function | 1721 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
257 | B = feval(R.resamp_fcn, A, M, ... | 1721 | 15.642 s | 99.7% |  |
All other lines | | | 0.040 s | 0.3% |  |
Totals | | | 15.682 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
images/private/resampsep | MEX-file | 1721 | 15.562 s | 99.2% |  |
Self time (built-ins, overhead, etc.) | | | 0.120 s | 0.8% |  |
Totals | | | 15.682 s | 100% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 6 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
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.