This is a static copy of a profile reportHome
graphics.ploteditbehavior.schema>doEnableAction (14 calls, 0.000 sec)
Generated 05-Aug-2011 13:03:36 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/@graphics/@ploteditbehavior/schema.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 |
77 | set(h,'EnableDelete',val); | 14 | 0 s | 0% |  |
76 | set(h,'EnablePaste',val); | 14 | 0 s | 0% |  |
75 | set(h,'EnableCopy',val); | 14 | 0 s | 0% |  |
74 | set(h,'EnableMove',val); | 14 | 0 s | 0% |  |
73 | set(h,'EnableSelect',val); | 14 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
Line number | Message |
70 | Input argument 'hSrc' might be unused, although a later one is used. Consider replacing it by ~. |
Coverage results
[ Show coverage for parent directory ]
Total lines in function | 8 |
Non-code lines (comments, blank lines) | 8 |
Code lines (lines that can run) | 0 |
Code lines that did run | 7 |
Code lines that did not run | 0 |
Coverage (did run/can run) | N/A |
Function listing
time calls line
70 function doEnableAction(hSrc, eventData)
14 71 h = eventData.affectedObject;
14 72 val = get(h,'Enable');
14 73 set(h,'EnableSelect',val);
14 74 set(h,'EnableMove',val);
14 75 set(h,'EnableCopy',val);
14 76 set(h,'EnablePaste',val);
14 77 set(h,'EnableDelete',val);
Other subfunctions in this file are not included in this listing.