This is a static copy of a profile reportHome
flagSummary (1 call, 8.394 sec)
Generated 05-Aug-2011 13:03:26 using cpu time.
function in file /home/LeechJ/cbass_analysis/reduc/support/flagSummary.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
reduceData | function | 1 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
20 | d = packd(d, [], 'none', 'summ... | 1 | 8.329 s | 99.2% |  |
14 | setPlotDisplay(plotparams.plot... | 1 | 0.055 s | 0.7% |  |
23 | return; | 1 | 0 s | 0% |  |
18 | display('No flagging will be a... | 1 | 0 s | 0% |  |
17 | display('Plotting the Summary ... | 1 | 0 s | 0% |  |
All other lines | | | 0.011 s | 0.1% |  |
Totals | | | 8.394 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
packd | function | 1 | 8.329 s | 99.2% |  |
setPlotDisplay | function | 1 | 0.055 s | 0.7% |  |
Self time (built-ins, overhead, etc.) | | | 0.011 s | 0.1% |  |
Totals | | | 8.394 s | 100% | |
Code Analyzer results
Line number | Message |
1 | Input argument 'parm' might be unused, although a later one is used. Consider replacing it by ~. |
1 | Extra semicolon is unnecessary. |
20 | The value assigned to variable 'd' might be unused. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 23 |
Non-code lines (comments, blank lines) | 18 |
Code lines (lines that can run) | 5 |
Code lines that did run | 5 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
1 function flagSummary(d, plotparams, parm, field);
2
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 %
5 % function d = flagSummary(d, plotparams, parm, field);
6 %
7 % reduceData function that plots the summary of why everything was flagged
8 %
9 % sjcm
10 %
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12
13
0.05 1 14 setPlotDisplay(plotparams.plot);
15
16 % next we plot to see if there was any effect at all
1 17 display('Plotting the Summary of the Flags');
1 18 display('No flagging will be allowed');
19
8.33 1 20 d = packd(d, [], 'none', 'summary', plotparams, 'Flag Summary plots', field);
21
22
1 23 return;
Other subfunctions in this file are not included in this listing.