Changeset 105805 in vbox for trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
- Timestamp:
- Aug 21, 2024 11:52:56 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r105718 r105805 686 686 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTbLoopFullTbDetected, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 687 687 "Detected loop full TB", "/IEM/CPU%u/re/LoopFullTbDetected", idCpu); 688 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTbLoopFullTbDetected2, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 689 "Detected loop full TB but looping back to before the first TB instruction", 690 "/IEM/CPU%u/re/LoopFullTbDetected2", idCpu); 688 691 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTbLoopInTbDetected, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 689 692 "Detected loop within TB", "/IEM/CPU%u/re/LoopInTbDetected", idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.