If you have a threaded application running on a multicore computer QueryPerformanceCounter can (and will) return different values depending on which core the code is executing on.
http://stackoverflow.com/questions/1825720/c-high-precision-time-measurement-in-windows
I've tested timeGetTime() , but it is also not accurate.
Geen opmerkingen:
Een reactie posten