Changeset 93574 in vbox for trunk/src/VBox/VMM/VMMR3/HM.cpp
- Timestamp:
- Feb 3, 2022 11:27:27 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r93554 r93574 758 758 759 759 #ifdef VBOX_WITH_STATISTICS 760 HM_REG_COUNTER(&pHmCpu->StatExitAll, "/HM/CPU%u/Exit/All", "Total exits (including nested-guest exits)."); 760 HM_REG_COUNTER(&pHmCpu->StatExitAll, "/HM/CPU%u/Exit/All", "Total exits (excludes nested-guest and debug loops exits)."); 761 HM_REG_COUNTER(&pHmCpu->StatDebugExitAll, "/HM/CPU%u/Exit/DebugAll", "Total debug-loop exits."); 761 762 HM_REG_COUNTER(&pHmCpu->StatNestedExitAll, "/HM/CPU%u/Exit/NestedGuest/All", "Total nested-guest exits."); 762 763 HM_REG_COUNTER(&pHmCpu->StatExitShadowNM, "/HM/CPU%u/Exit/Trap/Shw/#NM", "Shadow #NM (device not available, no math co-processor) exception.");
Note:
See TracChangeset
for help on using the changeset viewer.