Changeset 15859 in vbox for trunk/src/VBox
- Timestamp:
- Jan 8, 2009 12:09:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15858 r15859 282 282 AssertRC(rc); 283 283 284 # define HWACCM_REG_COUNTER(a, b) \ 285 rc = STAMR3RegisterF(pVM, a, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, "Profiling of vmlaunch", b, i); \ 286 AssertRC(rc); 287 284 288 # if HC_ARCH_BITS == 32 && defined(VBOX_ENABLE_64_BITS_GUESTS) && !defined(VBOX_WITH_HYBRID_32BIT_KERNEL) 285 289 rc = STAMR3RegisterF(pVM, &pVCpu->hwaccm.s.StatWorldSwitch3264, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL, "Profiling of the 32/64 switcher", … … 289 293 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatTimeoutSwitcher3264, "/HWACCM/CPU%d/Timeout/Switcher3264"); 290 294 # endif 291 292 # define HWACCM_REG_COUNTER(a, b) \293 rc = STAMR3RegisterF(pVM, a, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, "Profiling of vmlaunch", b, i); \294 AssertRC(rc);295 295 296 296 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatExitShadowNM, "/HWACCM/CPU%d/Exit/Trap/Shw/#NM");
Note:
See TracChangeset
for help on using the changeset viewer.