This is a static copy of a profile report

Home

imresize>triangle (165640 calls, 8.362 sec)
Generated 05-Nov-2014 07:53:47 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/imresize.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
imresize>contributionssubfunction165640
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
884
f = (x+1) .* ((-1 <= x) &am...
1656405.648 s67.5%
All other lines  2.714 s32.5%
Totals  8.362 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function2
Non-code lines (comments, blank lines)1
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
883 function f = triangle(x)
5.65 165640 884 f = (x+1) .* ((-1 <= x) & (x < 0)) + (1-x) .* ((0 <= x) & (x <= 1));

Other subfunctions in this file are not included in this listing.