This is a static copy of a profile reportHome
reduceData>checkAlphaDatabase (1 call, 2.918 sec)
Generated 05-Aug-2011 13:01:26 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
Line Number | Code | Calls | Total Time | % Time | Time Plot |
640 | t = readAlphaDatabase_DD; | 1 | 2.918 s | 100.0% |  |
647 | return; | 1 | 0 s | 0% |  |
642 | isUp2date = true; | 1 | 0 s | 0% |  |
641 | if(last(t)>time) | 1 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 2.918 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
readAlphaDatabase_DD | function | 1 | 2.907 s | 99.6% |  |
last | function | 1 | 0 s | 0% |  |
Self time (built-ins, overhead, etc.) | | | 0.011 s | 0.4% |  |
Totals | | | 2.918 s | 100% | |
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 16 |
Non-code lines (comments, blank lines) | 9 |
Code lines (lines that can run) | 7 |
Code lines that did run | 4 |
Code lines that did not run | 3 |
Coverage (did run/can run) | 57.14 % |
Function listing
time calls line
632 function isUp2date = checkAlphaDatabase(time)
633
634 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
635 %
636 % function isUp2date = checkAlphaDataBase(time)
637 %
638 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
639
2.92 1 640 t = readAlphaDatabase_DD;
1 641 if(last(t)>time)
1 642 isUp2date = true;
643 else
644 isUp2date = false;
645 end
646
1 647 return;
Other subfunctions in this file are not included in this listing.