Changeset 32956 in vbox for trunk/src/VBox
- Timestamp:
- Oct 6, 2010 4:06:53 PM (14 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r32954 r32956 971 971 /* Give up this time slice; virtual time continues */ 972 972 STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u); 973 RTThreadSleep( 2);973 RTThreadSleep(5); 974 974 STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u); 975 975 rc = VINF_SUCCESS; -
trunk/src/VBox/VMM/EMHwaccm.cpp
r32954 r32956 556 556 /* Give up this time slice; virtual time continues */ 557 557 STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u); 558 RTThreadSleep( 2);558 RTThreadSleep(5); 559 559 STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u); 560 560 rc = VINF_SUCCESS; -
trunk/src/VBox/VMM/EMRaw.cpp
r32954 r32956 1539 1539 /* Give up this time slice; virtual time continues */ 1540 1540 STAM_REL_PROFILE_ADV_START(&pVCpu->em.s.StatCapped, u); 1541 RTThreadSleep( 2);1541 RTThreadSleep(5); 1542 1542 STAM_REL_PROFILE_ADV_STOP(&pVCpu->em.s.StatCapped, u); 1543 1543 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.