Changeset 627 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 5, 2007 11:03:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r625 r627 3178 3178 Assert(pVM->em.s.enmState == EMSTATE_NONE || pVM->em.s.enmState == EMSTATE_SUSPENDED); 3179 3179 3180 STAM_PROFILE_ADV_START(&pVM->em.s.StatTotal, x);3181 3180 VMMR3Lock(pVM); 3182 3181 … … 3196 3195 rc = VINF_EM_RESCHEDULE; 3197 3196 pVM->em.s.enmState = EMSTATE_REM; 3197 STAM_PROFILE_ADV_START(&pVM->em.s.StatTotal, x); 3198 3198 for (;;) 3199 3199 { … … 3375 3375 VMMR3Unlock(pVM); 3376 3376 VMMR3Lock(pVM); 3377 3378 STAM_PROFILE_ADV_STOP(&pVM->em.s.StatTotal, x); 3379 STAM_PROFILE_ADV_START(&pVM->em.s.StatTotal, x); 3377 3380 3378 3381 /* … … 3505 3508 */ 3506 3509 LogFlow(("EMR3ExecuteVM: returns %Vrc (longjmp / fatal error)\n", rc)); 3507 STAM_PROFILE_ADV_STOP(&pVM->em.s.StatTotal, x);3508 3510 TMVirtualPause(pVM); 3509 3511 VMMR3FatalDump(pVM, rc);
Note:
See TracChangeset
for help on using the changeset viewer.