VirtualBox

Changeset 15741 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Dec 24, 2008 10:43:21 AM (16 years ago)
Author:
vboxsync
Message:

Measure time spent in the 32/64 switcher for AMD-V too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r15666 r15741  
    23492349        CPUMPushHyper(pVM, paParam[i]);
    23502350
     2351    STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatWorldSwitch3264, z);
    23512352    /* Call switcher. */
    23522353    rc = pVM->hwaccm.s.pfnHost32ToGuest64R0(pVM);
     2354    STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatWorldSwitch3264, z);
    23532355
    23542356    ASMSetFlags(uFlags);
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