VirtualBox

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


Ignore:
Timestamp:
Feb 5, 2007 11:03:10 AM (18 years ago)
Author:
vboxsync
Message:

Backed out 18254

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r625 r627  
    31783178    Assert(pVM->em.s.enmState == EMSTATE_NONE || pVM->em.s.enmState == EMSTATE_SUSPENDED);
    31793179
    3180     STAM_PROFILE_ADV_START(&pVM->em.s.StatTotal, x);
    31813180    VMMR3Lock(pVM);
    31823181
     
    31963195        rc = VINF_EM_RESCHEDULE;
    31973196        pVM->em.s.enmState = EMSTATE_REM;
     3197        STAM_PROFILE_ADV_START(&pVM->em.s.StatTotal, x);
    31983198        for (;;)
    31993199        {
     
    33753375            VMMR3Unlock(pVM);
    33763376            VMMR3Lock(pVM);
     3377
     3378            STAM_PROFILE_ADV_STOP(&pVM->em.s.StatTotal, x);
     3379            STAM_PROFILE_ADV_START(&pVM->em.s.StatTotal, x);
    33773380
    33783381            /*
     
    35053508         */
    35063509        LogFlow(("EMR3ExecuteVM: returns %Vrc (longjmp / fatal error)\n", rc));
    3507         STAM_PROFILE_ADV_STOP(&pVM->em.s.StatTotal, x);
    35083510        TMVirtualPause(pVM);
    35093511        VMMR3FatalDump(pVM, rc);
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