printEnhanceTextures>printEnhanceTextures.isTexturesUnderLimit (Calls: 1, Time: 0.002 s)
Generated 02-May-2020 21:54:32 using performance time.
class method in file /Applications/MATLAB_R2018a.app/toolbox/matlab/graphics/+matlab/+graphics/+internal/printEnhanceTextures.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
...rintEnhanceTextures.needEnhanceOutput | class method | 1 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
68 | doEnhance = cellfun(@(x) size(... | 1 | 0.001 s | 72.7% | |
67 | cdata = get(objects, {'CData'}... | 1 | 0.000 s | 9.8% | |
70 | end | 1 | 0.000 s | 0.3% | |
69 | res = any(doEnhance); | 1 | 0.000 s | 0.0% | |
All other lines | 0.000 s | 17.3% | |||
Totals | 0.002 s | 100% |
Function Name | Function Type | Calls | Total Time | % Time | Time Plot |
...m>@(x)size(x,1)*size(x,2)<limit | anonymous function | 1 | 0.000 s | 22.9% | |
Self time (built-ins, overhead, etc.) | 0.001 s | 77.1% | |||
Totals | 0.002 s | 100% |
Total lines in function | 7 |
Non-code lines (comments, blank lines) | 3 |
Code lines (lines that can run) | 4 |
Code lines that did run | 4 |
Code lines that did not run | 0 |
Coverage (did run/can run) | 100.00 % |
Other subfunctions in this file are not included in this listing.