This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
76 | r=r(ind,:); | 905 | 1.366 s | 95.4% |  |
83 | return | 932 | 0.011 s | 0.8% |  |
78 | r=r(ind,:,:); | 27 | 0.011 s | 0.8% |  |
72 | switch(ndims(r)) | 932 | 0.011 s | 0.8% |  |
77 | case 3 | 27 | 0 s | 0% |  |
All other lines | | | 0.033 s | 2.3% |  |
Totals | | | 1.432 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Line number | Message |
70 | The function 'regcut' might be unused. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 14 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 11 |
Code lines that did run | 7 |
Code lines that did not run | 4 |
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.