Changeset 103234 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Feb 7, 2024 12:11:16 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r103233 r103234 434 434 435 435 # ifdef VBOX_WITH_IEM_NATIVE_RECOMPILER 436 # ifdef VBOX_WITH_STATISTICS 436 437 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeLivenessEflCfSkippable, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Skippable EFLAGS.CF updating", "/IEM/CPU%u/re/NativeLivenessEFlagsCfSkippable", idCpu); 437 438 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatNativeLivenessEflPfSkippable, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Skippable EFLAGS.PF updating", "/IEM/CPU%u/re/NativeLivenessEFlagsPfSkippable", idCpu); … … 478 479 szPat[offFlagChar] = szVal[offFlagChar] = 'O'; STAMR3RegisterPctOfSum(pVM->pUVM, STAMVISIBILITY_ALWAYS, STAMUNIT_PCT, szVal, szPat, "Skippable EFLAGS.OF updating percentage", "/IEM/CPU%u/re/NativeLivenessEFlagsOfSkippablePct", idCpu); 479 480 480 # endif 481 # endif /* VBOX_WITH_STATISTICS */ 482 # endif /* VBOX_WITH_IEM_NATIVE_RECOMPILER */ 481 483 482 484 #endif /* VBOX_WITH_IEM_RECOMPILER */
Note:
See TracChangeset
for help on using the changeset viewer.