This is a static copy of a profile reportHome
legendcolorbarlayout>rmListeners (14 calls, 0.011 sec)
Generated 05-Aug-2011 13:03:21 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/legendcolorbarlayout.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 |
192 | end | 14 | 0 s | 0% |  |
191 | set(hax,'LegendColorbarListene... | 14 | 0 s | 0% |  |
190 | set(get(hax,'LegendColorbarLis... | 14 | 0 s | 0% |  |
189 | if ~isempty(hax) && ~i... | 14 | 0 s | 0% |  |
188 | hax = handle(ax); | 14 | 0 s | 0% |  |
All other lines | | | 0.011 s | 100.0% |  |
Totals | | | 0.011 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 6 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 5 |
Code lines that did run | 5 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
187 function rmListeners(ax)
14 188 hax = handle(ax);
14 189 if ~isempty(hax) && ~isempty(findprop(hax,'LegendColorbarListeners'))
14 190 set(get(hax,'LegendColorbarListeners'),'enable','off')
14 191 set(hax,'LegendColorbarListeners',[]);
14 192 end
Other subfunctions in this file are not included in this listing.