This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
legendcolorbarlayoutfunction48
legendcolorbarlayout>doLayoutsubfunction165
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
182
res = get(hax,'LegendColorbarL...
2050.033 s100.0%
183
end
2050 s0%
181
if ~isempty(findprop(hax,'Lege...
2130 s0%
180
hax = handle(ax);
2130 s0%
179
res = [];
2130 s0%
All other lines  0 s0%
Totals  0.033 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function6
Non-code lines (comments, blank lines)1
Code lines (lines that can run)5
Code lines that did run5
Code lines that did not run0
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.