parseplotapi (37 calls, 0.020 sec)
Generated 14-Nov-2016 07:47:10 using cpu time.
function in file /usr/local/MATLAB/MATLAB_Production_Server/R2015a/toolbox/matlab/specgraph/parseplotapi.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
area | function | 37 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
14 | [cax, args] = axescheck(args{:... | 37 | 0.010 s | 50.0% | ![]() |
11 | [v6,args] = usev6plotapiHGUsin... | 37 | 0.010 s | 50.0% | ![]() |
16 | end | 37 | 0 s | 0% | ![]() |
All other lines | 0 s | 0% | ![]() | ||
Totals | 0.020 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
axescheck | function | 37 | 0.010 s | 50.0% | ![]() |
...vate/usev6plotapiHGUsingMATLABClasses | function | 37 | 0.010 s | 50.0% | ![]() |
Self time (built-ins, overhead, etc.) | 0 s | 0% | ![]() | ||
Totals | 0.020 s | 100% |
Total lines in function | 16 |
Non-code lines (comments, blank lines) | 13 |
Code lines (lines that can run) | 3 |
Code lines that did run | 3 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
time | calls | line | |
---|---|---|---|
1 | function [v6, cax, args] = parseplotapi(varargin) | ||
2 | % This undocumented function may be removed in a future release | ||
3 | |||
4 | %USEHGPLOTAPI determine plotting version | ||
5 | % Checks to see which HG plotting API should be used. | ||
6 | |||
7 | % Copyright 2010, 2011 The MathWorks, Inc. | ||
8 | |||
9 | |||
10 | % Is the v6 flag passed? | ||
0.01 | 37 | 11 | [v6,args] = usev6plotapiHGUsingMATLABClasses(varargin{:}); |
12 | |||
13 | % Parse args for axes parent | ||
0.01 | 37 | 14 | [cax, args] = axescheck(args{:}); |
15 | |||
37 | 16 | end |
Other subfunctions in this file are not included in this listing.