VirtualBox

Changeset 15020 in vbox


Ignore:
Timestamp:
Dec 5, 2008 9:01:17 AM (16 years ago)
Author:
vboxsync
Message:

Again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r15019 r15020  
    225225        {
    226226            rc = STAMR3RegisterF(pVM, &pVCpu->hwaccm.s.StatExitCRxWrite[j], STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, "Profiling of CRx writes",
    227                                 "/HWACCM/CPU%d/Exit/Instr/CR/Write/%x", j);
     227                                "/HWACCM/CPU%d/Exit/Instr/CR/Write/%x", i, j);
    228228            AssertRC(rc);
    229229            rc = STAMR3RegisterF(pVM, &pVCpu->hwaccm.s.StatExitCRxRead[j], STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, "Profiling of CRx reads",
    230                                 "/HWACCM/CPU%d/Exit/Instr/CR/Read/%x", j);
     230                                "/HWACCM/CPU%d/Exit/Instr/CR/Read/%x", i, j);
    231231            AssertRC(rc);
    232232        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette