This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
bwmorph | function | 35198 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
298 | c = applylut(a, lut); | 35198 | 39.545 s | 96.7% |  |
297 | lut = lutdilate; | 35198 | 0.841 s | 2.1% |  |
All other lines | | | 0.501 s | 1.2% |  |
Totals | | | 40.887 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
applylut | function | 35198 | 39.124 s | 95.7% |  |
images/private/lutdilate | function | 35198 | 0.491 s | 1.2% |  |
Self time (built-ins, overhead, etc.) | | | 1.272 s | 3.1% |  |
Totals | | | 40.887 s | 100% | |
Code Analyzer results
Line number | Message |
295 | The function 'dilate' might be unused. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 4 |
Non-code lines (comments, blank lines) | 2 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
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.