This is a static copy of a profile reportHome
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)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
447 | delete(h); | 10 | 0.087 s | 100.0% |  |
448 | end | 10 | 0 s | 0% |  |
443 | if ishandle(h) && ... | 22 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.087 s | 100% | |
Children (called functions)
Code Analyzer results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 5 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
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.