Changeset 102557 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 8, 2023 10:13:00 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r102077 r102557 335 335 "Time spent freeing up TBs when full at alloc", "/IEM/CPU%u/re/TbPruningAlloc", idCpu); 336 336 # endif 337 STAMR3RegisterF(pVM, (void *)&pTbAllocator->StatPruneNative, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, 338 "Time spent freeing up native TBs when out of executable memory", "/IEM/CPU%u/re/TbPruningNative", idCpu); 337 339 STAMR3RegisterF(pVM, (void *)&pTbAllocator->cAllocatedChunks, STAMTYPE_U16, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 338 340 "Populated TB chunks", "/IEM/CPU%u/re/cTbChunks", idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.