This is a static copy of a profile report

Home

reduceData>proceed (17 calls, 0.033 sec)
Generated 05-Aug-2011 13:03:24 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/reduceData.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
reduceData>gosubfunction17
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
547
close all
10.033 s100.0%
559
return;
160 s0%
557
end
150 s0%
556
par=calstep{f(1)+1};
150 s0%
555
else
150 s0%
All other lines  0 s0%
Totals  0.033 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
closefunction10.033 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.033 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function26
Non-code lines (comments, blank lines)9
Code lines (lines that can run)17
Code lines that did run15
Code lines that did not run2
Coverage (did run/can run)88.24 %
Function listing
   time   calls  line
534 function par=proceed(par, parm)
535
17 536 if(~isfield(parm, 'routines'))
537 calstep={'pointing', 'deglitch', 'rfi', 'mains', 'alpha', 'load', 'tsys', ...
538 'noise', 'gain', 'tau', ...
539 'astro', 'rfactor', 'power', 'overf', 'rms', 'summary', 'fits'};
17 540 else
17 541 calstep = parm.routines.order;
17 542 end
543
544
545
17 546 if (strcmp(par,'auto'))
0.03 1 547 close all
1 548 par=calstep{1};
1 549 return
550 end
551
16 552 f=find(strcmp(calstep,par));
16 553 if(f==length(calstep))
1 554 par = 'exit';
15 555 else
15 556 par=calstep{f(1)+1};
15 557 end
558
16 559 return;

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