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
Function Name | Function Type | Calls |
imagesc | function | 2 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
7 | axReturn = newplot(varargin{:}... | 2 | 0.113 s | 92.5% | |
6 | res = matlab.ui.internal.webGr... | 2 | 0.009 s | 7.3% | |
All other lines | 0.000 s | 0.2% | |||
Totals | 0.122 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
newplot | function | 2 | 0.112 s | 91.8% | |
webGraphicsStateManager | function | 2 | 0.008 s | 6.9% | |
Self time (built-ins, overhead, etc.) | 0.002 s | 1.3% | |||
Totals | 0.122 s | 100% |
Line number | Message |
6 | The value assigned to variable 'res' might be unused. |
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 5 |
Code lines (lines that can run) | 2 |
Code lines that did run | 2 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
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{:}); |