This is a static copy of a profile reportHome
PeerModelManagerHelper>PeerModelManagerHelper.isViewModel (Calls: 333, Time: 0.016 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)
Lines where the most time was spent
| Line Number | Code | Calls | Total Time | % Time | Time Plot |
| 35 | isVM = (PeerModelManagerHelper... | 333 | 0.008 s | 52.2% |  |
| 36 | PeerModelManagerHelper.isViewM... | 333 | 0.007 s | 42.9% |  |
| 38 | end | 333 | 0.000 s | 0.8% |  |
| All other lines | | | 0.001 s | 4.1% |  |
| Totals | | | 0.016 s | 100% | |
Children (called functions)
Code Analyzer results
Coverage results
Show coverage for parent directory
| Total lines in function | 7 |
| Non-code lines (comments, blank lines) | 4 |
| Code lines (lines that can run) | 3 |
| Code lines that did run | 3 |
| Code lines that did not run | 0 |
| Coverage (did run/can run) | 100.00 % |
Function listing
time | Calls | line |
|---|
| | 32 | function isVM = isViewModel(viewModelObject)
|
| | 33 | import viewmodel.internal.factory.PeerModelManagerHelper;
|
| | 34 |
|
0.015 | 333 | 35 | isVM = (PeerModelManagerHelper.isViewModelObject(viewModelObject) || ...
|
| 333 | 36 | PeerModelManagerHelper.isViewModelManager(viewModelObject) ...
|
| | 37 | );
|
< 0.001 | 333 | 38 | end
|
Other subfunctions in this file are not included in this listing.