This is a static copy of a profile report

Home

maketform>fwd_box (1721 calls, 0.881 sec)
Generated 05-Nov-2014 07:53:10 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
735
X = bsxfun(@times, U, t.tdata....
17210.541 s61.4%
736
X = bsxfun(@plus, X, t.tdata.s...
17210.310 s35.2%
All other lines  0.030 s3.4%
Totals  0.881 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function9
Non-code lines (comments, blank lines)7
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
728 function X = fwd_box( U, t)
729
730 % FORWARD box transformation
731 %
732 % T is an box transformation structure. U is the row vector to
733 % be transformed, or a matrix with a vector in each row.
734
0.54 1721 735 X = bsxfun(@times, U, t.tdata.scale);
0.31 1721 736 X = bsxfun(@plus, X, t.tdata.shift);

Other subfunctions in this file are not included in this listing.