This is a static copy of a profile report

Home

subplot>axesDestroyed (155 calls, 0.011 sec)
Generated 05-Aug-2011 13:01:36 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graph2d/subplot.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
graphics/private/clofunction50
subplotfunction2
closereqfunction103
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
674
removeAxesFromGrid(p, ax);
520.011 s100.0%
679
end
1550 s0%
678
end
160 s0%
677
rmappdata(p, 'SubplotGrid');
160 s0%
676
rmappdata(p, 'SubplotListeners...
160 s0%
All other lines  0 s0%
Totals  0.011 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
subplot>removeAxesFromGridsubfunction520.011 s100.0%
opaque.doublefunction1550 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.011 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function11
Non-code lines (comments, blank lines)2
Code lines (lines that can run)9
Code lines that did run9
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
669 function axesDestroyed(hSrc, ~)
155 670 ax = double(hSrc);
155 671 p = get(ax, 'Parent');
672
155 673 if strcmp(get(p, 'BeingDeleted'), 'off')
0.01 52 674 removeAxesFromGrid(p, ax);
103 675 elseif isappdata(p, 'SubplotListeners')
16 676 rmappdata(p, 'SubplotListeners');
16 677 rmappdata(p, 'SubplotGrid');
16 678 end
155 679 end

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