This is a static copy of a profile reportHome
imrotate>useIPP (1721 calls, 0.801 sec)
Generated 05-Nov-2014 07:52:58 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/imrotate.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Function Name | Function Type | Calls |
imrotate | function | 1721 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
201 | supportedType = ~isempty(strma... | 1721 | 0.491 s | 61.3% |  |
203 | TF = ippl() && suppor... | 1721 | 0.300 s | 37.5% |  |
202 | supportedInterpolation = ~strc... | 1721 | 0.010 s | 1.2% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.801 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
cell.strmatch | function | 1721 | 0.491 s | 61.3% |  |
ippl | function | 1721 | 0.290 s | 36.3% |  |
Self time (built-ins, overhead, etc.) | | | 0.020 s | 2.5% |  |
Totals | | | 0.801 s | 100% | |
Code Analyzer results
Line number | Message |
201 | STRMATCH will be removed in a future release. Use STRNCMP instead. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 5 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
199 function TF = useIPP(A,interpMethod)
200
0.49 1721 201 supportedType = ~isempty(strmatch(class(A),{'single','uint8','uint16'}));
0.01 1721 202 supportedInterpolation = ~strcmp(interpMethod,'bicubic');
0.30 1721 203 TF = ippl() && supportedType && supportedInterpolation;
Other subfunctions in this file are not included in this listing.