https://bugs.winehq.org/show_bug.cgi?id=38272
Alex Brainman alex.brainman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.brainman@gmail.com
--- Comment #8 from Alex Brainman alex.brainman@gmail.com --- (In reply to Nikolay Sivov from comment #6)
Do you happen to know why QueryPerformanceCounter/QueryPerformanceFrequency/NtQueryPerformanceCounter wasn't used for that?
As I recall it, QPC didn't work properly on my PC. From https://codereview.appspot.com/108700045#msg11
... But it does not work on my XP https://code.google.com/p/go/issues/detail?id=6007#c36 ...
If you follow that link, you can see small program and its output. As I interpret my results, QPC is wrong.
And second reason was performance. Some CL reviewers raised concerns about QPC performance. And Dmitriy suggested something simple. I was sceptical first, but we haven't had anyone complained yet. Except people who use WINE.
Alex