This is a static copy of a profile reportHome
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)
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
203 | if strcmp(get(h,'ActivePositio... | 4 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
M-Lint results
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 10 |
Non-code lines (comments, blank lines) | 4 |
Code lines (lines that can run) | 6 |
Code lines that did run | 1 |
Code lines that did not run | 5 |
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.