This is a static copy of a profile report

Home

massageData>framecutSub (13 calls, 0.415 sec)
Generated 05-Aug-2011 13:00:43 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/flag/massageData.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
massageData>fixTimingOrdersubfunction4
massageData>framecutSubsubfunction9
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
184
eval(sprintf('d.%s=regcut(d.%s...
910.393 s94.7%
181
if(eval(sprintf('isstruct(d.%s...
1000.022 s5.3%
188
return
130 s0%
186
end
1000 s0%
185
end
910 s0%
All other lines  0 s0%
Totals  0.415 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
massageData>regcutsubfunction910.361 s86.8%
massageData>framecutSubsubfunction90 s0%
Self time (built-ins, overhead, etc.)  0.055 s13.2%
Totals  0.415 s100% 
Code Analyzer results
Line numberMessage
177Input argument 'ind' might be unused. If this is OK, consider replacing it by ~.
Coverage results
[ Show coverage for parent directory ]
Total lines in function12
Non-code lines (comments, blank lines)3
Code lines (lines that can run)9
Code lines that did run9
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
177 function d = framecutSub(d, ind)
178
13 179 names=fieldnames(d);
13 180 for i=1:length(names)
0.02 100 181 if(eval(sprintf('isstruct(d.%s)',names{i})))
9 182 eval(sprintf('d.%s=framecutSub(d.%s,ind);',names{i},names{i}));
91 183 else
0.39 91 184 eval(sprintf('d.%s=regcut(d.%s,ind);',names{i},names{i}));
91 185 end
100 186 end
187
13 188 return

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