This is a static copy of a profile reportHome
ViewModelSynchronizer>ViewModelSynchronizer.commit (Calls: 333, Time: 0.030 s)
Generated 18-May-2021 16:05:17 using performance time.
class method in file /usr/local/MATLAB/R2021a/toolbox/matlab/uitools/uicomponents/components/+matlab/+ui/+internal/+controller/ViewModelSynchronizer.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 |
| 34 | this.Transaction = this.Model.... | 333 | 0.016 s | 53.7% |  |
| 33 | this.Transaction.commit | 333 | 0.011 s | 34.6% |  |
| 32 | matlab.graphics.internal.logge... | 333 | 0.002 s | 7.2% |  |
| 35 | end | 333 | 0.001 s | 2.3% |  |
| All other lines | | | 0.001 s | 2.2% |  |
| Totals | | | 0.030 s | 100% | |
Children (called functions)
No childrenCode Analyzer results
No Code Analyzer messages.Coverage results
Show coverage for parent directory
| Total lines in function | 5 |
| Non-code lines (comments, blank lines) | 1 |
| 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 % |
Function listing
time | Calls | line |
|---|
| | 31 | function commit(this)
|
0.002 | 333 | 32 | matlab.graphics.internal.logger('log', 'DrawnowTimeout', 'ViewModelSynchronizer.commit')
|
0.011 | 333 | 33 | this.Transaction.commit
|
0.016 | 333 | 34 | this.Transaction = this.Model.beginTransaction;
|
< 0.001 | 333 | 35 | end
|
Other subfunctions in this file are not included in this listing.