This is a static copy of a profile reportHome
FigureController>FigureController.get.ViewModelSynchronizer (Calls: 333, Time: 0.004 s)
Generated 18-May-2021 16:05:16 using performance time.
class method in file /usr/local/MATLAB/R2021a/toolbox/matlab/uitools/uicomponents/components/+matlab/+ui/+internal/+controller/FigureController.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 |
| 86 | if isempty(this.ViewModelSynch... | 333 | 0.002 s | 59.5% |  |
| 89 | viewModelSynchronizer = this.V... | 333 | 0.001 s | 12.4% |  |
| 90 | end | 333 | 0.000 s | 4.2% |  |
| 88 | end | 333 | 0.000 s | 0.8% |  |
| All other lines | | | 0.001 s | 23.2% |  |
| Totals | | | 0.004 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
Coverage results
Show coverage for parent directory
| Total lines in function | 6 |
| Non-code lines (comments, blank lines) | 1 |
| Code lines (lines that can run) | 5 |
| Code lines that did run | 4 |
| Code lines that did not run | 1 |
| Coverage (did run/can run) | 80.00 % |
Function listing
time | Calls | line |
|---|
| | 85 | function viewModelSynchronizer = get.ViewModelSynchronizer(this)
|
0.002 | 333 | 86 | if isempty(this.ViewModelSynchronizer)
|
| | 87 | this.ViewModelSynchronizer = matlab.ui.internal.controller.ViewModelSynchronizer.getSynchronizer(this.getViewModelSynchronizerID);
|
< 0.001 | 333 | 88 | end
|
< 0.001 | 333 | 89 | viewModelSynchronizer = this.ViewModelSynchronizer;
|
< 0.001 | 333 | 90 | end
|
Other subfunctions in this file are not included in this listing.