This is a static copy of a profile reportHome
FigureController>FigureController.flushCoalescer (Calls: 333, Time: 0.080 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)
No parent Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 702 | this.commitPropertyChanges(); | 333 | 0.039 s | 48.6% |  |
| 708 | this.ViewModelSynchronizer.com... | 333 | 0.037 s | 46.9% |  |
| 707 | if ~isempty(this.ProxyView) | 333 | 0.002 s | 2.7% |  |
| 709 | end | 333 | 0.000 s | 0.3% |  |
| 712 | end | 333 | 0.000 s | 0.1% |  |
| All other lines | | | 0.001 s | 1.4% |  |
| Totals | | | 0.080 s | 100% | |
Children (called functions)
Code Analyzer results
Coverage results
Show coverage for parent directory
| Total lines in function | 12 |
| Non-code lines (comments, blank lines) | 4 |
| Code lines (lines that can run) | 8 |
| Code lines that did run | 7 |
| Code lines that did not run | 1 |
| Coverage (did run/can run) | 87.50 % |
Function listing
time | Calls | line |
|---|
| | 701 | function flushCoalescer(this)
|
0.039 | 333 | 702 | this.commitPropertyChanges();
|
| | 703 |
|
< 0.001 | 333 | 704 | try
|
| | 705 | % this may throw if ViewModelSynchronizer has been deleted
|
| | 706 | % or not constructed yet
|
0.002 | 333 | 707 | if ~isempty(this.ProxyView)
|
0.037 | 333 | 708 | this.ViewModelSynchronizer.commit;
|
< 0.001 | 333 | 709 | end
|
| | 710 | catch
|
< 0.001 | 333 | 711 | end
|
< 0.001 | 333 | 712 | end
|
Other subfunctions in this file are not included in this listing.