This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
bwboundariesfunction1721
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
334
L = bwlabel(BW, conn);
17210.591 s79.7%
335
B = bwboundariesmex(L, conn);
17210.120 s16.2%
All other lines  0.030 s4.1%
Totals  0.741 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
bwlabelfunction17210.541 s73.0%
images/private/bwboundariesmexMEX-file17210.060 s8.1%
Self time (built-ins, overhead, etc.)  0.140 s18.9%
Totals  0.741 s100% 
Code Analyzer results
No Code Analyzer messages.
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
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.