This is a static copy of a profile reportHome
region_seg>shiftL (469000 calls, 2271.312 sec)
Generated 05-Nov-2014 07:52:54 using cpu time.
subfunction in file /usr0/home/jenkins/workspace/cellorganizer-demo3D11-glnx64/utilities/preprocessing/3D/ashariff/region_seg.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 |
294 | shift = [ M(:,2:size(M,2),:) M... | 469000 | 2263.621 s | 99.7% |  |
All other lines | | | 7.691 s | 0.3% |  |
Totals | | | 2271.312 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 2 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 1 |
Code lines that did run | 1 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
293 function shift = shiftL(M)
2263.62 469000 294 shift = [ M(:,2:size(M,2),:) M(:,size(M,2),:) ];
Other subfunctions in this file are not included in this listing.