Changeset 15020 in vbox
- Timestamp:
- Dec 5, 2008 9:01:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15019 r15020 225 225 { 226 226 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); 228 228 AssertRC(rc); 229 229 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); 231 231 AssertRC(rc); 232 232 }
Note:
See TracChangeset
for help on using the changeset viewer.