This is a static copy of a profile report

Home

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 NumberCodeCallsTotal Time% TimeTime Plot
702
this.commitPropertyChanges();
3330.039 s48.6%
708
this.ViewModelSynchronizer.com...
3330.037 s46.9%
707
if ~isempty(this.ProxyView)
3330.002 s2.7%
709
end
3330.000 s0.3%
712
end
3330.000 s0.1%
All other lines  0.001 s1.4%
Totals  0.080 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
...igureController.commitPropertyChangesclass method3330.037 s47.0%
...nizer>ViewModelSynchronizer.commitclass method3330.030 s38.1%
...eController.get.ViewModelSynchronizerclass method3330.004 s5.2%
Self time (built-ins, overhead, etc.)  0.008 s9.7%
Totals  0.080 s100% 
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function12
Non-code lines (comments, blank lines)4
Code lines (lines that can run)8
Code lines that did run7
Code lines that did not run1
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.