This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
legendcolorbarlayoutfunction14
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
192
end
140 s0%
191
set(hax,'LegendColorbarListene...
140 s0%
190
set(get(hax,'LegendColorbarLis...
140 s0%
189
if ~isempty(hax) && ~i...
140 s0%
188
hax = handle(ax);
140 s0%
All other lines  0.011 s100.0%
Totals  0.011 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
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.