This is a static copy of a profile report

Home

alphaWrapper>printDisclaimer1 (1 call, 0.000 sec)
Generated 05-Aug-2011 13:03:51 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/support/alphaWrapper.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
alphaWrapperfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
149
return;
10 s0%
147
disp('====================ATTE...
10 s0%
146
disp('i.e. 10 Column format');...
10 s0%
145
disp('[TSKY_1 TLOAD_1 U1 Q1 U2...
10 s0%
144
disp('columns in antenna0.rece...
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function12
Non-code lines (comments, blank lines)3
Code lines (lines that can run)9
Code lines that did run9
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
138 function printDisclaimer1()
139
1 140 disp('====================ATTENTION=====================');
1 141 disp('You have now alpha calibrated your data');
1 142 disp('Your antenna0.receiver.data structure has changed');
1 143 disp('If the calibration thus far has worked, your');
1 144 disp('columns in antenna0.receiver.data now correspond to:');
1 145 disp('[TSKY_1 TLOAD_1 U1 Q1 U2 Q2 <U> <Q> TSKY_2 TLOAD_2]');
1 146 disp('i.e. 10 Column format');
1 147 disp('====================ATTENTION=====================');
148
1 149 return;

Other subfunctions in this file are not included in this listing.