This is a static copy of a profile report

Home

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

Line NumberCodeCallsTotal Time% TimeTime Plot
640
t = readAlphaDatabase_DD;
12.918 s100.0%
647
return;
10 s0%
642
isUp2date = true;
10 s0%
641
if(last(t)>time)
10 s0%
All other lines  0 s0%
Totals  2.918 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
readAlphaDatabase_DDfunction12.907 s99.6%
lastfunction10 s0%
Self time (built-ins, overhead, etc.)  0.011 s0.4%
Totals  2.918 s100% 
Code Analyzer results
Line numberMessage
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
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.