Changeset 106407 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 16, 2024 10:30:34 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165226
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r106297 r106407 1062 1062 STAMUNIT_COUNT, NULL, "/IEM/CPU%u/ThrdFuncs/%s", idCpu, g_apszIemThreadedFunctionStats[i]); 1063 1063 # endif 1064 1065 1066 for (unsigned i = 1; i < RT_ELEMENTS(pVCpu->iem.s.aStatAdHoc); i++) 1067 STAMR3RegisterF(pVM, &pVCpu->iem.s.aStatAdHoc[i], STAMTYPE_COUNTER, STAMVISIBILITY_USED, 1068 STAMUNIT_COUNT, NULL, "/IEM/CPU%u/AdHoc/%02u", idCpu, i); 1064 1069 1065 1070 #endif /* !defined(VBOX_VMM_TARGET_ARMV8) && defined(VBOX_WITH_NESTED_HWVIRT_VMX) - quick fix for stupid structure duplication non-sense */
Note:
See TracChangeset
for help on using the changeset viewer.