This is a static copy of a profile report

Home

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)

Function NameFunction TypeCalls
...er>FigureController.flushCoalescerclass method333
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
34
this.Transaction = this.Model....
3330.016 s53.7%
33
this.Transaction.commit
3330.011 s34.6%
32
matlab.graphics.internal.logge...
3330.002 s7.2%
35
end
3330.001 s2.3%
All other lines  0.001 s2.2%
Totals  0.030 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function5
Non-code lines (comments, blank lines)1
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
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.