This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
maketform>inv_compositesubfunction1721
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
188
U = trans_affine(X, t, 'invers...
17213.835 s99.7%
All other lines  0.010 s0.3%
Totals  3.845 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
maketform>trans_affinesubfunction17213.795 s98.7%
Self time (built-ins, overhead, etc.)  0.050 s1.3%
Totals  3.845 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function8
Non-code lines (comments, blank lines)7
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
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.