This is a static copy of a profile report

Home

rmsWrapper (1 call, 22.636 sec)
Generated 05-Aug-2011 13:03:26 using cpu time.
function in file /home/LeechJ/cbass_analysis/reduc/support/rmsWrapper.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
reduceDatafunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
20
d = packd(d, [], 'none', 'rms'...
122.516 s99.5%
14
setPlotDisplay(plotparams.plot...
10.120 s0.5%
23
return;
10 s0%
18
display('No flagging will be a...
10 s0%
17
display('Calculating the plott...
10 s0%
All other lines  0 s0%
Totals  22.636 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
packdfunction122.516 s99.5%
setPlotDisplayfunction10.120 s0.5%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  22.636 s100% 
Code Analyzer results
Line numberMessage
1Input argument 'parm' might be unused, although a later one is used. Consider replacing it by ~.
1Extra semicolon is unnecessary.
Coverage results
[ Show coverage for parent directory ]
Total lines in function23
Non-code lines (comments, blank lines)18
Code lines (lines that can run)5
Code lines that did run5
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
1 function d = rmsWrapper(d, plotparams, parm, field);
2
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 %
5 % function d = rmsWrapper(d, plotparams, parm, field);
6 %
7 % reduceData function that plots the rms
8 %
9 % sjcm
10 %
11 % 3/30/2011 sjcm: saving plots without dislpay
12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13
0.12 1 14 setPlotDisplay(plotparams.plot);
15
16 % next we plot to see if there was any effect at all
1 17 display('Calculating the plotting the RMS on each channel');
1 18 display('No flagging will be allowed');
19
22.52 1 20 d = packd(d, [], 'none', 'rms', plotparams, 'RMS plots', field);
21
22
1 23 return;

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