This is a static copy of a profile reportHome
bwmorph>perim8 (6058 calls, 2.373 sec)
Generated 05-Nov-2014 07:53:52 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 | 6058 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
373 | c = applylut(a, lut); | 6058 | 2.063 s | 86.9% |  |
372 | lut = lutper8; | 6058 | 0.160 s | 6.8% |  |
All other lines | | | 0.150 s | 6.3% |  |
Totals | | | 2.373 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
applylut | function | 6058 | 1.953 s | 82.3% |  |
images/private/lutper8 | function | 6058 | 0.070 s | 3.0% |  |
Self time (built-ins, overhead, etc.) | | | 0.350 s | 14.8% |  |
Totals | | | 2.373 s | 100% | |
Code Analyzer results
Line number | Message |
370 | The function 'perim8' 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
370 function [c,lut] = perim8(a)
371
0.16 6058 372 lut = lutper8;
2.06 6058 373 c = applylut(a, lut);
Other subfunctions in this file are not included in this listing.