This is a static copy of a profile reportHome
reduceData>welcome (1 call, 0.000 sec)
Generated 05-Aug-2011 13:01:13 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 | 1 |
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
373 | return; | 1 | 0 s | 0% |  |
371 | disp(' ') | 1 | 0 s | 0% |  |
370 | disp('Type ''help'' for menu') | 1 | 0 s | 0% |  |
369 | disp(' ') | 1 | 0 s | 0% |  |
368 | disp('Welcome to the Reduce Da... | 1 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Line number | Message |
366 | DISP(SPRINTF(...)) can usually be replaced by FPRINTF(...). |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 15 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 12 |
Code lines that did run | 12 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
359 function welcome(rev)
360
1 361 disp(' ')
1 362 disp(' ')
1 363 disp(' ')
1 364 disp('***************************************************')
1 365 disp(' CBASS DATA REDUCTION ')
1 366 disp(sprintf(' rev %s',rev))
1 367 disp('***************************************************')
1 368 disp('Welcome to the Reduce Data Program');
1 369 disp(' ')
1 370 disp('Type ''help'' for menu')
1 371 disp(' ')
372
1 373 return;
Other subfunctions in this file are not included in this listing.