This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
framecutfunction9
cutObsfunction18
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
11
[d,buf]=buffields(d,{ {'correc...
270.044 s100.0%
14
return;
270 s0%
All other lines  0 s0%
Totals  0.044 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
buffieldsfunction270.044 s100.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.044 s100% 
Code Analyzer results
Line numberMessage
1Function name 'separate_dfields' is known to MATLAB by its file name: 'separate_fields'.
Coverage results
[ Show coverage for parent directory ]
Total lines in function14
Non-code lines (comments, blank lines)12
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
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;