Changeset 104941 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 17, 2024 1:14:56 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r104468 r104941 730 730 731 731 # endif /* VBOX_WITH_IEM_NATIVE_RECOMPILER */ 732 733 734 # ifdef VBOX_WITH_STATISTICS 735 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatMemMapJmp, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 736 "iemMemMapJmp calls", "/IEM/CPU%u/iemMemMapJmp", idCpu); 737 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatMemMapNoJmp, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 738 "iemMemMap calls", "/IEM/CPU%u/iemMemMapNoJmp", idCpu); 739 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatMemBounceBufferCrossPage, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 740 "iemMemBounceBufferMapCrossPage calls", "/IEM/CPU%u/iemMemMapBounceBufferCrossPage", idCpu); 741 STAMR3RegisterF(pVM, &pVCpu->iem.s.StatMemBounceBufferMapPhys, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 742 "iemMemBounceBufferMapPhys calls", "/IEM/CPU%u/iemMemMapBounceBufferMapPhys", idCpu); 743 # endif 744 732 745 733 746 #endif /* VBOX_WITH_IEM_RECOMPILER */
Note:
See TracChangeset
for help on using the changeset viewer.