This is a static copy of a profile reportHome
printEnhanceTextures>printEnhanceTextures.getInstance (Calls: 12, Time: 0.002 s)
Generated 16-Jul-2020 17:09:28 using performance time.
class method in file /Applications/MATLAB_R2020a.app/toolbox/matlab/graphics/printing/+matlab/+graphics/+internal/printEnhanceTextures.m
Copy to new window for comparing multiple runs
Parents (calling functions)
Lines where the most time was spent
Line Number | Code | Calls | Total Time | % Time | Time Plot |
28 | if isempty(theInstance) || ~is... | 12 | 0.001 s | 63.1% | |
27 | persistent theInstance; | 12 | 0.000 s | 11.0% | |
31 | instance = theInstance; | 12 | 0.000 s | 9.8% | |
32 | end | 12 | 0.000 s | 0.8% | |
30 | end | 12 | 0.000 s | 0.3% | |
All other lines | | | 0.000 s | 15.0% | |
Totals | | | 0.002 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 1 |
Code lines (lines that can run) | 6 |
Code lines that did run | 5 |
Code lines that did not run | 1 |
Coverage (did run/can run) | 83.33 % |
Function listing
time | Calls | line |
---|
| | 26 | function instance = getInstance()
|
< 0.001 | 12 | 27 | persistent theInstance;
|
< 0.001 | 12 | 28 | if isempty(theInstance) || ~isvalid(theInstance)
|
| | 29 | theInstance = matlab.graphics.internal.printEnhanceTextures;
|
< 0.001 | 12 | 30 | end
|
< 0.001 | 12 | 31 | instance = theInstance;
|
< 0.001 | 12 | 32 | end
|
Other subfunctions in this file are not included in this listing.