This is a static copy of a profile reportHome
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 Name | Function Type | Calls |
lineseries | M-function | 1 |
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
8 | baseCls = basePkg.findclass('E... | 1 | 0.016 s | 100.0% |  |
14 | hProp = schema.prop(hClass, 'O... | 1 | 0 s | 0% |  |
12 | hClass.description = 'A high-l... | 1 | 0 s | 0% |  |
11 | hClass = schema.class(classPkg... | 1 | 0 s | 0% |  |
7 | basePkg = findpackage('handle'... | 1 | 0 s | 0% |  |
Other lines & overhead | | | 0 s | 0% |  |
Totals | | | 0.016 s | 100% | |
Children (called functions)
No childrenM-Lint results
Line number | Message |
14 | The value assigned here to variable 'hProp' might never be used. |
Coverage results
[ Show coverage for parent directory ]
Total lines in file | 14 |
Non-code lines (comments, blank lines) | 8 |
Code lines (lines that can run) | 6 |
Code lines that did run | 6 |
Code lines that did not run | 0 |
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');