mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 03:13:55 +00:00
Fix instruction execution counting
This commit is contained in:
@@ -35,7 +35,8 @@ bool test_threads()
|
||||
++counter;
|
||||
std::this_thread::yield();
|
||||
++counter;
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
// Host scheduling/cpu performance can have impact on emulator scheduling
|
||||
//std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
++counter;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user