This is a static copy of a profile reportHome
bwboundaries>FindObjectBoundaries (1721 calls, 0.741 sec)
Generated 05-Nov-2014 07:53:16 using cpu time.
subfunction in file /usr1/opt/matlab/7.13/toolbox/images/images/bwboundaries.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
334 | L = bwlabel(BW, conn); | 1721 | 0.591 s | 79.7% |  |
335 | B = bwboundariesmex(L, conn); | 1721 | 0.120 s | 16.2% |  |
All other lines | | | 0.030 s | 4.1% |  |
Totals | | | 0.741 s | 100% | |
Children (called functions)
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
bwlabel | function | 1721 | 0.541 s | 73.0% |  |
images/private/bwboundariesmex | MEX-file | 1721 | 0.060 s | 8.1% |  |
Self time (built-ins, overhead, etc.) | | | 0.140 s | 18.9% |  |
Totals | | | 0.741 s | 100% | |
Code Analyzer results
No Code Analyzer messages.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
332 function [B, L] = FindObjectBoundaries(BW, conn)
333
0.59 1721 334 L = bwlabel(BW, conn);
0.12 1721 335 B = bwboundariesmex(L, conn);
Other subfunctions in this file are not included in this listing.