This is a static copy of a profile report

Home

graphics.plotevent.schema (1 call, 0.016 sec)
Generated 15-Mar-2007 12:01:53 using real time.
M-function in file C:\Program Files\MATLAB71\toolbox\matlab\graphics\@graphics\@plotevent\schema.m
[Copy to new window for comparing multiple runs]

Parents (calling functions)

Function NameFunction TypeCalls
lineseriesM-function1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
8
baseCls = basePkg.findclass('E...
10.016 s100.0%
14
hProp = schema.prop(hClass, 'O...
10 s0%
12
hClass.description = 'A high-l...
10 s0%
11
hClass = schema.class(classPkg...
10 s0%
7
basePkg = findpackage('handle'...
10 s0%
Other lines & overhead  0 s0%
Totals  0.016 s100% 
Children (called functions)
No children
M-Lint results
Line numberMessage
14The value assigned here to variable 'hProp' might never be used.
Coverage results
[ Show coverage for parent directory ]
Total lines in file14
Non-code lines (comments, blank lines)8
Code lines (lines that can run)6
Code lines that did run6
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
1 function schema()
2 %SCHEMA Plotting function done event schema
3
4 % Copyright 1984-2003 The MathWorks, Inc.
5
1 6 classPkg = findpackage('graphics');
1 7 basePkg = findpackage('handle');
0.02 1 8 baseCls = basePkg.findclass('EventData');
9
10 %define class
1 11 hClass = schema.class(classPkg , 'plotevent', baseCls);
1 12 hClass.description = 'A high-level plotting function event';
13
1 14 hProp = schema.prop(hClass, 'ObjectsCreated', 'handle vector');