Tag: Coding

Bug? Win32 Sleep API is not always accurate below 100ms

From a friend This is something to be aware of when coding short sleeps – e.g, 100 milliseconds or less, especially if you assume they add cumulatively e.g in a loop. I was trying to figure out why on some machines my testing of timeslice degradation under performance gave different values. At first I thought

Continue reading
No comments