This is a static copy of a profile report

Home

reduceData>welcome (1 call, 0.000 sec)
Generated 05-Aug-2011 13:01:13 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
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
373
return;
10 s0%
371
disp('  ')
10 s0%
370
disp('Type ''help'' for menu')
10 s0%
369
disp(' ')
10 s0%
368
disp('Welcome to the Reduce Da...
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
366DISP(SPRINTF(...)) can usually be replaced by FPRINTF(...).
Coverage results
[ Show coverage for parent directory ]
Total lines in function15
Non-code lines (comments, blank lines)3
Code lines (lines that can run)12
Code lines that did run12
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
359 function welcome(rev)
360
1 361 disp(' ')
1 362 disp(' ')
1 363 disp(' ')
1 364 disp('***************************************************')
1 365 disp(' CBASS DATA REDUCTION ')
1 366 disp(sprintf(' rev %s',rev))
1 367 disp('***************************************************')
1 368 disp('Welcome to the Reduce Data Program');
1 369 disp(' ')
1 370 disp('Type ''help'' for menu')
1 371 disp(' ')
372
1 373 return;

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