This is a static copy of a profile report

Home

bwmorph>dilate (35198 calls, 40.887 sec)
Generated 05-Nov-2014 07:53:54 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/bwmorph.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
bwmorphfunction35198
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
298
c = applylut(a, lut);
3519839.545 s96.7%
297
lut = lutdilate;
351980.841 s2.1%
All other lines  0.501 s1.2%
Totals  40.887 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
applylutfunction3519839.124 s95.7%
images/private/lutdilatefunction351980.491 s1.2%
Self time (built-ins, overhead, etc.)  1.272 s3.1%
Totals  40.887 s100% 
Code Analyzer results
Line numberMessage
295The function 'dilate' might be unused.
Coverage results
[ Show coverage for parent directory ]
Total lines in function4
Non-code lines (comments, blank lines)2
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
295 function [c,lut] = dilate(a)
296
0.84 35198 297 lut = lutdilate;
39.54 35198 298 c = applylut(a, lut);

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