VirtualBox

Ignore:
Timestamp:
May 22, 2013 12:33:59 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HWVMXR0: Profile InGC a tad bit more accurately.

File:
1 edited

Legend:

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

    r46192 r46214  
    33623362    rc = pVCpu->hm.s.vmx.pfnStartVM(pVCpu->hm.s.fResumeVM, pCtx, &pVCpu->hm.s.vmx.VMCSCache, pVM, pVCpu);
    33633363#endif
     3364    STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatExit1, x);
    33643365    ASMAtomicWriteBool(&pVCpu->hm.s.fCheckedTLBFlush, false);
    33653366    ASMAtomicIncU32(&pVCpu->hm.s.cWorldSwitchExits);
     
    33923393    }
    33933394
    3394     STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatInGC, &pVCpu->hm.s.StatExit1, x);
    33953395    ASMSetFlags(uOldEFlags);
    33963396#ifdef VBOX_WITH_VMMR0_DISABLE_PREEMPTION
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