This is a static copy of a profile report

Home

checkpar (16 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:49 using cpu time.
function in file /home/LeechJ/cbass_analysis/reduc/support/checkpar.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
deglitchWrapperfunction1
rfiWrapperfunction2
mainsWrapperfunction1
alphaWrapperfunction2
loadWrapperfunction2
tsysWrapperfunction2
noiseWrapperfunction1
gainWrapperfunction2
tauCalWrapperfunction2
overfWrapperfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
17
end
160 s0%
16
end
160 s0%
15
flag=1;
160 s0%
14
if (isfield(par,type))
160 s0%
13
if (~isempty(par))
160 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function17
Non-code lines (comments, blank lines)11
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
1 function flag=checkpar(par,type)
2
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 % function flag=checkpar(par,type)
5 %
6 % check parameter structure for calibration "type"
7 %
8 % sjcm
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10
16 11 flag=0;
12
16 13 if (~isempty(par))
16 14 if (isfield(par,type))
16 15 flag=1;
16 16 end
16 17 end

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