This is a static copy of a profile report

Home

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 NameFunction TypeCalls
bwmorphfunction12115
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
365
c = applylut(a, lut);
121158.001 s95.6%
364
lut = lutper4;
121150.250 s3.0%
All other lines  0.120 s1.4%
Totals  8.372 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
applylutfunction121157.841 s93.7%
images/private/lutper4function121150.080 s1.0%
Self time (built-ins, overhead, etc.)  0.451 s5.4%
Totals  8.372 s100% 
Code Analyzer results
Line numberMessage
362The function 'perim4' might be unused.
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
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.