This is a static copy of a profile report

Home

readScript>parlist (43 calls, 0.000 sec)
Generated 05-Aug-2011 13:01:14 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/support/readScript.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
readScript>interpretsubfunction42
readScriptfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
319
end    
10 s0%
317
list={'name'};
10 s0%
316
case 'field'
10 s0%
314
list={'flag'};
10 s0%
313
case 'autosave'
20 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 function81
Non-code lines (comments, blank lines)31
Code lines (lines that can run)50
Code lines that did run49
Code lines that did not run1
Coverage (did run/can run)98.00 %
Function listing
   time   calls  line
239 function list=parlist(type)
240
43 241 list=[];
242
243 % calibration types
43 244 caltype={'routines', 'bitmask', 'deglitch', 'rfi', 'coord', 'mains', 'alpha', 'tsys', 'gain', 'rfactor', 'load', ...
245 'tau', 'astro', 'plotflag', 'saveplot', 'interactive', 'autorun', ...
246 'autosave', 'rev', 'field', 'fits'};
247
248
43 249 if (strcmp(type,'caltype'))
22 250 list=caltype;
22 251 return
252 end
253
21 254 switch type
21 255 case 'rev'
1 256 list={'version'};
257
20 258 case 'routines'
1 259 list={'order'};
260
19 261 case 'bitmask'
1 262 list={'bitVals'};
263
18 264 case 'deglitch'
1 265 list={'chan1', 'chan2'};
266
17 267 case 'rfi'
1 268 list={'short', 'long', 'smooth', 'rejection'};
269
16 270 case 'coord'
1 271 list={'hemisphere'};
272
15 273 case 'fits'
1 274 list={'domapflag','frame','projection'};
275
14 276 case 'mains'
1 277 list={'tukey'};
278
13 279 case 'alpha'
1 280 list={'type', 'solve', 'jump', 'flat'};
281
12 282 case 'rfactor'
1 283 list={'maxVal', 'slope', 'smooth'};
284
285
11 286 case 'tsys'
1 287 list={'noisehi', 'noiselo', 'valuehi', 'valuelo'};
288
10 289 case 'gain'
1 290 list={'min', 'max', 'sigma'};
291
9 292 case 'load'
1 293 list={'residual'};
294
8 295 case 'tau'
1 296 list={'sigma'};
297
7 298 case 'astro'
1 299 list={'noflag'};
300
6 301 case 'plotflag'
1 302 list={'flag'};
303
5 304 case 'saveplot'
1 305 list={'flag'};
306
4 307 case 'interactive'
1 308 list={'flag'};
309
3 310 case 'autorun'
1 311 list={'flag'};
312
2 313 case 'autosave'
1 314 list={'flag'};
315
1 316 case 'field'
1 317 list={'name'};
318
1 319 end

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