This is a static copy of a profile report

Home

maketform>inv_composite (1721 calls, 6.399 sec)
Generated 05-Nov-2014 07:53:09 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
544
U = feval(t.tdata(i).inverse_f...
51636.359 s99.4%
542
U = X;
17210.020 s0.3%
545
end
51630 s0%
543
for i = 1:N
17210 s0%
541
N = length(t.tdata);
17210 s0%
All other lines  0.020 s0.3%
Totals  6.399 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
maketform>inv_affinesubfunction17213.845 s60.1%
maketform>inv_boxsubfunction17211.492 s23.3%
maketform>fwd_boxsubfunction17210.881 s13.8%
Self time (built-ins, overhead, etc.)  0.180 s2.8%
Totals  6.399 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function12
Non-code lines (comments, blank lines)7
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
534 function U = inv_composite( X, t )
535
536 % INVERSE composite transformation
537 %
538 % X is the row vector to be transformed, or
539 % a matrix with a vector in each row.
540
1721 541 N = length(t.tdata);
0.02 1721 542 U = X;
1721 543 for i = 1:N
6.36 5163 544 U = feval(t.tdata(i).inverse_fcn, U, t.tdata(i));
5163 545 end

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