This is a static copy of a profile reportHome
legendcolorbarlayout>getListeners (213 calls, 0.033 sec)
Generated 05-Aug-2011 13:02:43 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 |
182 | res = get(hax,'LegendColorbarL... | 205 | 0.033 s | 100.0% |  |
183 | end | 205 | 0 s | 0% |  |
181 | if ~isempty(findprop(hax,'Lege... | 213 | 0 s | 0% |  |
180 | hax = handle(ax); | 213 | 0 s | 0% |  |
179 | res = []; | 213 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0.033 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
178 function res = getListeners(ax)
213 179 res = [];
213 180 hax = handle(ax);
213 181 if ~isempty(findprop(hax,'LegendColorbarListeners'))
0.03 205 182 res = get(hax,'LegendColorbarListeners');
205 183 end
Other subfunctions in this file are not included in this listing.