This is a static copy of a profile report

Home

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 NameFunction TypeCalls
imrotatefunction1721
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
201
supportedType = ~isempty(strma...
17210.491 s61.3%
203
TF =  ippl() && suppor...
17210.300 s37.5%
202
supportedInterpolation = ~strc...
17210.010 s1.2%
All other lines  0 s0%
Totals  0.801 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
cell.strmatchfunction17210.491 s61.3%
ipplfunction17210.290 s36.3%
Self time (built-ins, overhead, etc.)  0.020 s2.5%
Totals  0.801 s100% 
Code Analyzer results
Line numberMessage
201STRMATCH will be removed in a future release. Use STRNCMP instead.
Coverage results
[ Show coverage for parent directory ]
Total lines in function5
Non-code lines (comments, blank lines)2
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
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.