This is a static copy of a profile reportHome
scribe.schema (1 call, 0.000 sec)
Generated 05-Aug-2011 13:03:43 using cpu time.
function in file /usr/local/MATLAB/R2011a/toolbox/matlab/scribe/@scribe/schema.m
Copy to new window for comparing multiple runs
This function changed during profiling or before generation of this report. Results may be incomplete or inaccurate.
Parents (calling functions)
Function Name | Function Type | Calls |
legend | function | 1 |
Lines where the most time was spent
No measurable time spent in this functionLine Number | Code | Calls | Total Time | % Time | Time Plot |
11 | end | 1 | 0 s | 0% |  |
8 | schema.EnumType('ScribeShapeTy... | 1 | 0 s | 0% |  |
7 | if isempty(findtype('ScribeSha... | 1 | 0 s | 0% |  |
6 | schema.package('scribe'); | 1 | 0 s | 0% |  |
All other lines | | | 0 s | 0% |  |
Totals | | | 0 s | 0% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
[ Show coverage for parent directory ]
Total lines in function | 11 |
Non-code lines (comments, blank lines) | 7 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Function listing
time calls line
1 function schema
2 %creates the scribe user object package
3
4 % Copyright 1984-2006 The MathWorks, Inc.
5
1 6 schema.package('scribe');
1 7 if isempty(findtype('ScribeShapeType'))
1 8 schema.EnumType('ScribeShapeType',...
9 {'rectangle','ellipse','circle', 'arrow','textarrow',...
10 'doublearrow','line','textbox','scribegrid'});
1 11 end