This is a static copy of a profile report

Home

ml_tracecontour>ml_getnbidx (1216653 calls, 348.262 sec)
Generated 05-Nov-2014 07:53:54 using cpu time.
subfunction in file /usr0/home/jenkins/workspace/cellorganizer-demo3D11-glnx64/utilities/2D/tztoolbox/ml_tracecontour.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
ml_tracecontourfunction1216653
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
102
newidx = ml_shift(idx,1-startp...
1216653315.967 s90.7%
103
nbidx = newidx(reorder);
12166538.261 s2.4%
100
reorder = [4 5 3 6 2 7 1 8];
12166534.666 s1.3%
101
idx = [6 7 8 1 2 3 4 5];
12166534.306 s1.2%
All other lines  15.061 s4.3%
Totals  348.262 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
ml_shiftfunction1216653304.151 s87.3%
Self time (built-ins, overhead, etc.)  44.111 s12.7%
Totals  348.262 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function6
Non-code lines (comments, blank lines)2
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
98 function nbidx = ml_getnbidx(startpos)
99
4.67 1216653 100 reorder = [4 5 3 6 2 7 1 8];
4.31 1216653 101 idx = [6 7 8 1 2 3 4 5];
315.97 1216653 102 newidx = ml_shift(idx,1-startpos);
8.26 1216653 103 nbidx = newidx(reorder);

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