This is a static copy of a profile report

Home

scribe.legend.init>changedPos (4 calls, 0.000 sec)
Generated 18-Mar-2011 23:32:47 using cpu time.
M-subfunction in file /Applications/MATLAB_R2010a.app/toolbox/matlab/scribe/@scribe/@legend/init.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
legendcolorbarlayout>doInOutLayoutM-subfunction2
scribe.legend.init>changedPosM-subfunction2
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
203
if strcmp(get(h,'ActivePositio...
40 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
opaque.doubleM-function20 s0%
scribe.legend.init>changedPosM-subfunction20 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
M-Lint results
Line numberMessage
Coverage results
[ Show coverage for parent directory ]
Total lines in function10
Non-code lines (comments, blank lines)4
Code lines (lines that can run)6
Code lines that did run1
Code lines that did not run5
Coverage (did run/can run)16.67 %
Function listing
   time   calls  line
201 function changedPos(hProp,eventData,h,prop) %#ok
202
4 203 if strcmp(get(h,'ActivePositionProperty'),prop) && ...
204 (isempty(h.Axes) || ...
205 isempty(getappdata(double(h.Axes),'inLayout')))
206 set(h,'Location','none');
207 setappdata(double(h),'LegendOldSize',[]);
208 setWidthHeight([],[],h);
209 methods(h,'update_userdata');
210 end

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