This is a static copy of a profile report

Home

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 NameFunction TypeCalls
reduceDatafunction17
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
520
par=proceed(lastpar, parm);
170.033 s100.0%
529
return;
170 s0%
524
end
10 s0%
523
autorun=0;
10 s0%
522
if(strcmp(par, 'exit'))
170 s0%
All other lines  0 s0%
Totals  0.033 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
reduceData>proceedsubfunction170.033 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.033 s100% 
Code Analyzer results
Line numberMessage
517Input argument 'par' might be unused, although a later one is used. Consider replacing it by ~.
517Extra semicolon is unnecessary.
Coverage results
[ Show coverage for parent directory ]
Total lines in function13
Non-code lines (comments, blank lines)3
Code lines (lines that can run)10
Code lines that did run7
Code lines that did not run3
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.