This is a static copy of a profile report

Home

graphics.linkprop.schema (1 call, 0.000 sec)
Generated 05-Aug-2011 13:03:45 using cpu time.
function in file /usr/local/MATLAB/R2011a/toolbox/matlab/graphics/@graphics/@linkprop/schema.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
linkpropfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
43
p.AccessFlags.PublicGet = 'on'...
10 s0%
42
p.AccessFlags.PublicSet = 'on'...
10 s0%
41
p.Visible = 'off';
10 s0%
40
p = schema.prop(cls, 'UpdateFc...
10 s0%
36
p.AccessFlags.PublicGet = 'on'...
10 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function43
Non-code lines (comments, blank lines)43
Code lines (lines that can run)0
Code lines that did run24
Code lines that did not run0
Coverage (did run/can run)N/A
Function listing
   time   calls  line
1 function schema
2
3 % Copyright 2003 The MathWorks, Inc.
4
1 5 pk = findpackage('graphics');
1 6 cls = schema.class(pk,'linkprop');
7
8 % Property for storing handles
1 9 p = schema.prop(cls, 'Enabled','on/off');
1 10 p.FactoryValue = 'on';
11
12 % Property for storing handles
1 13 p = schema.prop(cls, 'Targets','MATLAB array');
1 14 p.Visible = 'on';
1 15 p.AccessFlags.PublicSet = 'off';
16
17 % Property for storing the property names
1 18 p = schema.prop(cls, 'PropertyNames','MATLAB array');
1 19 p.Visible = 'on';
1 20 p.AccessFlags.PublicSet = 'off';
21
22 % Property for storing the property names
1 23 p = schema.prop(cls, 'Listeners','MATLAB array');
1 24 p.Visible = 'off';
25
26 % Property for storing internal listeners
1 27 p = schema.prop(cls, 'InternalListeners','MATLAB array');
1 28 p.Visible = 'off';
1 29 p.AccessFlags.PublicSet = 'on';
1 30 p.AccessFlags.PublicGet = 'on';
31
32 % Property for storing internal listeners
1 33 p = schema.prop(cls, 'TargetDeletionListeners','MATLAB array');
1 34 p.Visible = 'off';
1 35 p.AccessFlags.PublicSet = 'on';
1 36 p.AccessFlags.PublicGet = 'on';
37
38 % Property for mimicing private method (which is
39 % current not available in MATLAB)
1 40 p = schema.prop(cls, 'UpdateFcn','MATLAB array');
1 41 p.Visible = 'off';
1 42 p.AccessFlags.PublicSet = 'on';
1 43 p.AccessFlags.PublicGet = 'on';

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