This is a static copy of a profile reportHome
separate_fields (27 calls, 0.044 sec)
Generated 05-Aug-2011 13:01:01 using cpu time.
function in file /home/LeechJ/cbass_analysis/reduc/separate_fields.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
11 | [d,buf]=buffields(d,{ {'correc... | 27 | 0.044 s | 100.0% |  |
14 | return; | 27 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.044 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
buffields | function | 27 | 0.044 s | 100.0% |  |
Self time (built-ins, overhead, etc.) | | | 0 s | 0% |  |
Totals | | | 0.044 s | 100% | |
Code Analyzer results
Line number | Message |
1 | Function name 'separate_dfields' is known to MATLAB by its file name: 'separate_fields'. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 14 |
Non-code lines (comments, blank lines) | 12 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
1 function [d,buf]=separate_dfields(d)
2
3 % function [d,buf]=separate_dfields(d)
4 %
5 % separates the uncuttable fields in our data structure.
6 %
7 % this function is used in binscans, framecut, frameadd, and framesort
8 %
9 % sjcm
10
0.04 27 11 [d,buf]=buffields(d,{ {'correction'},...
12 {'rev'}, {'pipe'}, {'par'}});
13
27 14 return;