This is a static copy of a profile reportHome
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)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
17 | end | 16 | 0 s | 0% |  |
16 | end | 16 | 0 s | 0% |  |
15 | flag=1; | 16 | 0 s | 0% |  |
14 | if (isfield(par,type)) | 16 | 0 s | 0% |  |
13 | if (~isempty(par)) | 16 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 17 |
Non-code lines (comments, blank lines) | 11 |
Code lines (lines that can run) | 6 |
Code lines that did run | 6 |
Code lines that did not run | 0 |
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.