This is a static copy of a profile reportHome
reduceData>go (17 calls, 0.033 sec)
Generated 05-Aug-2011 13:03:48 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 Name | Function Type | Calls |
reduceData | function | 17 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
520 | par=proceed(lastpar, parm); | 17 | 0.033 s | 100.0% |  |
529 | return; | 17 | 0 s | 0% |  |
524 | end | 1 | 0 s | 0% |  |
523 | autorun=0; | 1 | 0 s | 0% |  |
522 | if(strcmp(par, 'exit')) | 17 | 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 |
reduceData>proceed | subfunction | 17 | 0.033 s | 100.0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.033 s | 100% | |
Code Analyzer results
Line number | Message |
517 | Input argument 'par' might be unused, although a later one is used. Consider replacing it by ~. |
517 | Extra semicolon is unnecessary. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 13 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 10 |
Code lines that did run | 7 |
Code lines that did not run | 3 |
Coverage (did run/can run) | 70.00 % |
Function listing
time calls line
517 function [par,lastpar,autorun]=go(par,lastpar,autorun, parm);
518
17 519 if (autorun)
0.03 17 520 par=proceed(lastpar, parm);
17 521 lastpar=par;
17 522 if(strcmp(par, 'exit'))
1 523 autorun=0;
1 524 end
525 else
526 par=input('CBASS> ', 's');
527 end
528
17 529 return;
Other subfunctions in this file are not included in this listing.