isUIFigure (Calls: 20, Time: 0.004 s)
Generated 16-Jul-2020 17:09:17 using performance time.
function in file /Applications/MATLAB_R2020a.app/toolbox/matlab/uitools/+matlab/+ui/+internal/isUIFigure.m
Copy to new window for comparing multiple runs
Function Name | Function Type | Calls |
UnsupportedInUifigure | function | 12 |
PointerMixin>PointerMixin.updatePointer | class method | 8 |
Line Number | Code | Calls | Total Time | % Time | Time Plot |
10 | if ~isempty(f) && isem... | 20 | 0.003 s | 90.9% | |
15 | end | 20 | 0.000 s | 0.6% | |
13 | bool = false; | 20 | 0.000 s | 0.1% | |
12 | else | 20 | 0.000 s | 0.1% | |
14 | end | 20 | 0.000 s | 0.1% | |
All other lines | 0.000 s | 8.2% | |||
Totals | 0.004 s | 100% |
Total lines in function | 15 |
Non-code lines (comments, blank lines) | 9 |
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 % |