This is a static copy of a profile report

Home

newplotimagewrapper (Calls: 2, Time: 0.122 s)
Generated 16-Jul-2020 17:08:39 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/graphics/+matlab/+graphics/+internal/newplotimagewrapper.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
imagescfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
7
axReturn = newplot(varargin{:}...
20.113 s92.5%
6
res = matlab.ui.internal.webGr...
20.009 s7.3%
All other lines  0.000 s0.2%
Totals  0.122 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
newplotfunction20.112 s91.8%
webGraphicsStateManagerfunction20.008 s6.9%
Self time (built-ins, overhead, etc.)  0.002 s1.3%
Totals  0.122 s100% 
Code Analyzer results
Line numberMessage
6The value assigned to variable 'res' might be unused.
Coverage results
Show coverage for parent directory
Total lines in function7
Non-code lines (comments, blank lines)5
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
   1 
function axReturn = newplotimagewrapper(varargin)
   2 
% This undocumented helper function is for internal use.
   3 

   4 
%   Copyright 2019 The MathWorks, Inc.
   5 

  0.009 
      2 
   6
res = matlab.ui.internal.webGraphicsStateManager; 
  0.113 
      2 
   7
axReturn = newplot(varargin{:});