This is a static copy of a profile reportHome
maketform>fwd_affine (1721 calls, 0.160 sec)
Generated 05-Nov-2014 07:53:07 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/maketform.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
199 | X = trans_affine(U, t, 'forwar... | 1721 | 0.110 s | 68.7% |  |
All other lines | | | 0.050 s | 31.3% |  |
Totals | | | 0.160 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
maketform>trans_affine | subfunction | 1721 | 0.080 s | 50.0% |  |
Self time (built-ins, overhead, etc.) | | | 0.080 s | 50.0% |  |
Totals | | | 0.160 s | 100% | |
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 7 |
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
192 function X = fwd_affine( U, t)
193
194 % FORWARD affine transformation
195 %
196 % T is an affine transformation structure. U is the row vector to
197 % be transformed, or a matrix with a vector in each row.
198
0.11 1721 199 X = trans_affine(U, t, 'forward');
Other subfunctions in this file are not included in this listing.