This is a static copy of a profile report

Home

framecut>regcut (932 calls, 1.432 sec)
Generated 05-Aug-2011 13:01:01 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/framecut.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
framecut>framecutSubsubfunction932
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
76
r=r(ind,:);
9051.366 s95.4%
83
return
9320.011 s0.8%
78
r=r(ind,:,:);
270.011 s0.8%
72
switch(ndims(r))
9320.011 s0.8%
77
case 3
270 s0%
All other lines  0.033 s2.3%
Totals  1.432 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
70The function 'regcut' might be unused.
Coverage results
[ Show coverage for parent directory ]
Total lines in function14
Non-code lines (comments, blank lines)3
Code lines (lines that can run)11
Code lines that did run7
Code lines that did not run4
Coverage (did run/can run)63.64 %
Function listing
   time   calls  line
70 function r=regcut(r,ind)
71
0.01 932 72 switch(ndims(r))
932 73 case 1
74 r=r(ind);
932 75 case 2
1.37 905 76 r=r(ind,:);
27 77 case 3
0.01 27 78 r=r(ind,:,:);
79 case 4
80 r=r(ind,:,:,:);
81 end
82
0.01 932 83 return

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