This is a static copy of a profile report

Home

PeerModelManagerHelper>PeerModelManagerHelper.isViewModelManager (Calls: 333, Time: 0.005 s)
Generated 18-May-2021 16:05:15 using performance time.
class method in file /usr/local/MATLAB/R2021a/toolbox/shared/viewmodel/viewmodel/+viewmodel/+internal/+factory/PeerModelManagerHelper.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
...gt;PeerModelManagerHelper.isViewModelclass method333
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
45
isViewModelManager = isa(objec...
3330.005 s82.1%
46
end        
3330.000 s3.3%
All other lines  0.001 s14.6%
Totals  0.005 s100% 
Children (called functions)
No children
Code Analyzer results
Line numberMessage
Coverage results
Show coverage for parent directory
Total lines in function3
Non-code lines (comments, blank lines)1
Code lines (lines that can run)2
Code lines that did run2
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
Calls 
 line
  44 
        function isViewModelManager = isViewModelManager(object)
  0.005 
    333 
  45
            isViewModelManager = isa(object, 'com.mathworks.peermodel.PeerModelManager'); 
< 0.001 
    333 
  46
        end         

Other subfunctions in this file are not included in this listing.