This is a static copy of a profile reportHome
maketform>inv_affine (1721 calls, 3.845 sec)
Generated 05-Nov-2014 07:53:08 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 |
188 | U = trans_affine(X, t, 'invers... | 1721 | 3.835 s | 99.7% |  |
All other lines | | | 0.010 s | 0.3% |  |
Totals | | | 3.845 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
maketform>trans_affine | subfunction | 1721 | 3.795 s | 98.7% |  |
Self time (built-ins, overhead, etc.) | | | 0.050 s | 1.3% |  |
Totals | | | 3.845 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
181 function U = inv_affine( X, t )
182
183 % INVERSE affine transformation
184 %
185 % T is an affine transformation structure. X is the row vector to
186 % be transformed, or a matrix with a vector in each row.
187
3.84 1721 188 U = trans_affine(X, t, 'inverse');
Other subfunctions in this file are not included in this listing.