This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
hgbehaviorfactory>localCreatesubfunction14
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
77
set(h,'EnableDelete',val);
140 s0%
76
set(h,'EnablePaste',val);
140 s0%
75
set(h,'EnableCopy',val);
140 s0%
74
set(h,'EnableMove',val);
140 s0%
73
set(h,'EnableSelect',val);
140 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
70Input 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 function8
Non-code lines (comments, blank lines)8
Code lines (lines that can run)0
Code lines that did run7
Code lines that did not run0
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.