This is a static copy of a profile report

Home

maketform>assigntform (8605 calls, 0.511 sec)
Generated 05-Nov-2014 07:53:04 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>affinesubfunction1721
maketform>box2subfunction3442
maketform>customsubfunction1721
maketform>compositesubfunction1721
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
140
t.ndims_in    = ndims_in;
86050.110 s21.6%
143
t.inverse_fcn = inverse_fcn;
86050.100 s19.6%
142
t.forward_fcn = forward_fcn;
86050.100 s19.6%
144
t.tdata       = tdata;
86050.060 s11.8%
141
t.ndims_out   = ndims_out;
86050.010 s2.0%
All other lines  0.130 s25.5%
Totals  0.511 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function10
Non-code lines (comments, blank lines)5
Code lines (lines that can run)5
Code lines that did run5
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
135 function t = assigntform(ndims_in, ndims_out, forward_fcn, inverse_fcn, tdata)
136
137 % Use this function to ensure consistency in the way we assign
138 % the fields of each TFORM struct.
139
0.11 8605 140 t.ndims_in = ndims_in;
0.01 8605 141 t.ndims_out = ndims_out;
0.10 8605 142 t.forward_fcn = forward_fcn;
0.10 8605 143 t.inverse_fcn = inverse_fcn;
0.06 8605 144 t.tdata = tdata;

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