Changeset 105713 in vbox
- Timestamp:
- Aug 16, 2024 9:09:48 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r105698 r105713 603 603 # ifdef VBOX_WITH_STATISTICS 604 604 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPoll, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, 605 "Timer polling profiling", "/IEM/CPU%u/re/TimerPoll /", idCpu);605 "Timer polling profiling", "/IEM/CPU%u/re/TimerPoll", idCpu); 606 606 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPollRun, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, 607 607 "Timer polling profiling", "/IEM/CPU%u/re/TimerPoll/Running", idCpu); … … 614 614 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPollMax, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, 615 615 "Timer polling interval maxed out", "/IEM/CPU%u/re/TimerPoll/Max", idCpu); 616 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPollFactorDivision, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_ COUNT,616 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPollFactorDivision, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_NS_PER_OCCURENCE, 617 617 "Timer polling factor", "/IEM/CPU%u/re/TimerPoll/FactorDivision", idCpu); 618 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPollFactorMultiplication, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_ COUNT,618 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatTimerPollFactorMultiplication, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_NONE, 619 619 "Timer polling factor", "/IEM/CPU%u/re/TimerPoll/FactorMultiplication", idCpu); 620 620 # endif
Note:
See TracChangeset
for help on using the changeset viewer.