VirtualBox

Changeset 15724 in vbox


Ignore:
Timestamp:
Dec 23, 2008 11:59:30 AM (16 years ago)
Author:
vboxsync
Message:

Measure time spent in the 32/64 world switcher.

File:
1 edited

Legend:

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

    r15679 r15724  
    36333633        CPUMPushHyper(pVM, paParam[i]);
    36343634
     3635    STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatWorldSwitch3264, z);
    36353636    /* Call switcher. */
    36363637    rc = pVM->hwaccm.s.pfnHost32ToGuest64R0(pVM);
     3638    STAM_PROFILE_ADV_STOP(&pVCpu->hwaccm.s.StatWorldSwitch3264, z);
    36373639
    36383640    /* Make sure the VMX instructions don't cause #UD faults. */
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