You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered a situation where tracy fails on (bit old) x64 laptop because RDTSCP instruction is not available. It appears that we can not assume RDTSCP presence on x86-64 platforms.
The text was updated successfully, but these errors were encountered:
This is both by design and no longer an issue. Due to unrelated reasons, Tracy v0.6 uses RDTSC instead of RDTSCP. If that is still a problem (as it apparently can be, in cloud environment), you can use the TRACY_TIMER_QPC macro on master branch to use low-resolution system timer.
I have encountered a situation where tracy fails on (bit old) x64 laptop because RDTSCP instruction is not available. It appears that we can not assume RDTSCP presence on x86-64 platforms.
The text was updated successfully, but these errors were encountered: