This is a static copy of a profile report

Home

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

Parents (calling functions)

Function NameFunction TypeCalls
areafunction37
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
14
[cax, args] = axescheck(args{:...
370.010 s50.0%
11
[v6,args] = usev6plotapiHGUsin...
370.010 s50.0%
16
end
370 s0%
All other lines  0 s0%
Totals  0.020 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
axescheckfunction370.010 s50.0%
...vate/usev6plotapiHGUsingMATLABClassesfunction370.010 s50.0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0.020 s100% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function16
Non-code lines (comments, blank lines)13
Code lines (lines that can run)3
Code lines that did run3
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
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.