http://bugs.winehq.org/show_bug.cgi?id=59864 --- Comment #2 from Timothy Paul Lottes <timothylottes@protonmail.com> --- I'm a developer not a consumer, so wouldn't know the extent of consumer apps that have this issue. I found this while attempting to migrate from Windows to Wine on Linux for all my Windows development. And this is one of the more serious issues that showed up right away. Given this method is popularized by a thread on the "hand made hero" youtube series forum post here: https://hero.handmade.network/forums/code-discussion/t/7485-queryperformance... It should perhaps actually have some priority attached to it. The method is the best way to manage timing on Windows on modern processors. The result is knowing the right TSC scalar so you can do RDTSC to get the CPU TSC clock, and then multiply it by a constant to convert to wallclock time (say in microseconds or nanoseconds). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.