This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
547 | close all | 1 | 0.033 s | 100.0% |  |
559 | return; | 16 | 0 s | 0% |  |
557 | end | 15 | 0 s | 0% |  |
556 | par=calstep{f(1)+1}; | 15 | 0 s | 0% |  |
555 | else | 15 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.033 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
close | function | 1 | 0.033 s | 100.0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.033 s | 100% | |
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 26 |
Non-code lines (comments, blank lines) | 9 |
Code lines (lines that can run) | 17 |
Code lines that did run | 15 |
Code lines that did not run | 2 |
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.