This is a static copy of a profile report

Home

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

Line NumberCodeCallsTotal Time% TimeTime Plot
373
c = applylut(a, lut);
60582.063 s86.9%
372
lut = lutper8;
60580.160 s6.8%
All other lines  0.150 s6.3%
Totals  2.373 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
applylutfunction60581.953 s82.3%
images/private/lutper8function60580.070 s3.0%
Self time (built-ins, overhead, etc.)  0.350 s14.8%
Totals  2.373 s100% 
Code Analyzer results
Line numberMessage
370The function 'perim8' 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
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.