This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
tformarray | function | 1721 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
678 | if ~isresampler(R) || (length(... | 1721 | 1.292 s | 97.0% |  |
682 | if R.ndims ~= Inf && R... | 1721 | 0.010 s | 0.8% |  |
All other lines | | | 0.030 s | 2.3% |  |
Totals | | | 1.332 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
images/private/isresampler | function | 1721 | 1.262 s | 94.7% |  |
Self time (built-ins, overhead, etc.) | | | 0.070 s | 5.3% |  |
Totals | | | 1.332 s | 100% | |
Code Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 9 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 6 |
Code lines that did run | 2 |
Code lines that did not run | 4 |
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.