This is a static copy of a profile reportHome
region_seg>shiftD (234500 calls, 3458.474 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 |
291 | shift = permute(shiftR(permute... | 234500 | 3452.485 s | 99.8% |  |
All other lines | | | 5.988 s | 0.2% |  |
Totals | | | 3458.474 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
region_seg>shiftR | subfunction | 234500 | 1137.123 s | 32.9% |  |
Self time (built-ins, overhead, etc.) | | | 2321.351 s | 67.1% |  |
Totals | | | 3458.474 s | 100% | |
Code 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
290 function shift = shiftD(M)
3452.49 234500 291 shift = permute(shiftR(permute(M,[2,1,3])),[2,1,3]);
Other subfunctions in this file are not included in this listing.