This is a static copy of a profile reportHome
bwmorph>perim4 (12115 calls, 8.372 sec)
Generated 05-Nov-2014 07:53:53 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 | 12115 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
365 | c = applylut(a, lut); | 12115 | 8.001 s | 95.6% |  |
364 | lut = lutper4; | 12115 | 0.250 s | 3.0% |  |
All other lines | | | 0.120 s | 1.4% |  |
Totals | | | 8.372 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
applylut | function | 12115 | 7.841 s | 93.7% |  |
images/private/lutper4 | function | 12115 | 0.080 s | 1.0% |  |
Self time (built-ins, overhead, etc.) | | | 0.451 s | 5.4% |  |
Totals | | | 8.372 s | 100% | |
Code Analyzer results
Line number | Message |
362 | The function 'perim4' 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
362 function [c,lut] = perim4(a)
363
0.25 12115 364 lut = lutper4;
8.00 12115 365 c = applylut(a, lut);
Other subfunctions in this file are not included in this listing.