This is a static copy of a profile report

Home

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 NameFunction TypeCalls
legendfunction1
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
11
end
10 s0%
8
schema.EnumType('ScribeShapeTy...
10 s0%
7
if isempty(findtype('ScribeSha...
10 s0%
6
schema.package('scribe');
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 function11
Non-code lines (comments, blank lines)7
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
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