This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
alphaWrapperfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
9
t = readAlphaDatabase_DD;
12.700 s100.0%
16
return;
10 s0%
11
isUp2date = true;
10 s0%
10
if(last(t)>time)
10 s0%
All other lines  0 s0%
Totals  2.700 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
readAlphaDatabase_DDfunction12.700 s100.0%
lastfunction10 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  2.700 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function16
Non-code lines (comments, blank lines)9
Code lines (lines that can run)7
Code lines that did run4
Code lines that did not run3
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.