This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
140 | t.ndims_in = ndims_in; | 8605 | 0.110 s | 21.6% |  |
143 | t.inverse_fcn = inverse_fcn; | 8605 | 0.100 s | 19.6% |  |
142 | t.forward_fcn = forward_fcn; | 8605 | 0.100 s | 19.6% |  |
144 | t.tdata = tdata; | 8605 | 0.060 s | 11.8% |  |
141 | t.ndims_out = ndims_out; | 8605 | 0.010 s | 2.0% |  |
All other lines | | | 0.130 s | 25.5% |  |
Totals | | | 0.511 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 10 |
Non-code lines (comments, blank lines) | 5 |
Code lines (lines that can run) | 5 |
Code lines that did run | 5 |
Code lines that did not run | 0 |
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.