Changeset 106453 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 17, 2024 1:54:35 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r106407 r106453 867 867 # endif 868 868 # ifdef VBOX_WITH_STATISTICS 869 # ifdef IEMNATIVE_WITH_SIMD_REG_ALLOCATOR870 869 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeSimdRegFindFree, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 871 870 "Number of calls to iemNativeSimdRegAllocFindFree.", … … 901 900 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeMaybeAvxXcptCheckOmitted, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() checks omitted", 902 901 "/IEM/CPU%u/re/NativeMaybeAvxXcptCheckOmitted", idCpu); 903 # endif904 902 905 903 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeTbFinished, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
Note:
See TracChangeset
for help on using the changeset viewer.