This is a static copy of a profile report

Home

graphics.ploteditbehavior.schema>doEnableAction (1 call, 0.000 sec)
Generated 28-Feb-2011 19:17:59 using cpu time.
M-subfunction in file /Applications/MATLAB_R2010a.app/toolbox/matlab/graphics/@graphics/@ploteditbehavior/schema.m
Copy to new window for comparing multiple runs

Parents (calling functions)

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

Line NumberCodeCallsTotal Time% TimeTime Plot
77
set(h,'EnableDelete',val);
10 s0%
76
set(h,'EnablePaste',val);
10 s0%
75
set(h,'EnableCopy',val);
10 s0%
74
set(h,'EnableMove',val);
10 s0%
73
set(h,'EnableSelect',val);
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
M-Lint 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)
1 71 h = eventData.affectedObject;
1 72 val = get(h,'Enable');
1 73 set(h,'EnableSelect',val);
1 74 set(h,'EnableMove',val);
1 75 set(h,'EnableCopy',val);
1 76 set(h,'EnablePaste',val);
1 77 set(h,'EnableDelete',val);

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