This is a static copy of a profile reportHome
checkAlphaDatabase (1 call, 2.700 sec)
Generated 05-Aug-2011 13:01:26 using cpu time.
function in file /home/LeechJ/cbass_analysis/reduc/support/checkAlphaDatabase.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 |
9 | t = readAlphaDatabase_DD; | 1 | 2.700 s | 100.0% |  |
16 | return; | 1 | 0 s | 0% |  |
11 | isUp2date = true; | 1 | 0 s | 0% |  |
10 | if(last(t)>time) | 1 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 2.700 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
readAlphaDatabase_DD | function | 1 | 2.700 s | 100.0% |  |
last | function | 1 | 0 s | 0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 2.700 s | 100% | |
Code Analyzer results
No Code Analyzer messages.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
1 function isUp2date = checkAlphaDatabase(time)
2
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 %
5 % function isUp2date = checkAlphaDataBase(time)
6 %
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8
2.70 1 9 t = readAlphaDatabase_DD;
1 10 if(last(t)>time)
1 11 isUp2date = true;
12 else
13 isUp2date = false;
14 end
15
1 16 return;
Other subfunctions in this file are not included in this listing.