This is a static copy of a profile report

Home

scribe.legend.init>PlotAxesDeleted (22 calls, 0.087 sec)
Generated 05-Aug-2011 13:02:11 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/@scribe/@legend/init.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
graphics/private/clofunction3
scribe.legend.init>PlotAxesClearedsubfunction14
subplotfunction1
closereqfunction4
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
447
delete(h);
100.087 s100.0%
448
end
100 s0%
443
if ishandle(h) && ...
220 s0%
All other lines  0 s0%
Totals  0.087 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
scribe.legend.init>legendDeletedsubfunction100.055 s62.5%
opaque.doublefunction200 s0%
Self time (built-ins, overhead, etc.)  0.033 s37.5%
Totals  0.087 s100% 
Code Analyzer results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function8
Non-code lines (comments, blank lines)5
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
441 function PlotAxesDeleted(hProp,eventData,h) %#ok
442
22 443 if ishandle(h) && ...
444 ~strcmpi(get(double(h),'beingdeleted'),'on') && ...
445 ishandle(get(h,'parent')) && ...
446 ~strcmpi(get(get(double(h),'parent'),'beingdeleted'),'on')
0.09 10 447 delete(h);
10 448 end

Other subfunctions in this file are not included in this listing.