This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
images/private/tformfunction1721
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
199
X = trans_affine(U, t, 'forwar...
17210.110 s68.7%
All other lines  0.050 s31.3%
Totals  0.160 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
maketform>trans_affinesubfunction17210.080 s50.0%
Self time (built-ins, overhead, etc.)  0.080 s50.0%
Totals  0.160 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
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.