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
This should use `QueryUnbiasedInterruptTime` `QueryPerformanceCounter`
is roughly in units of of TSC frequency. We would need to use
`QueryPerformanceFrequency` to convert that into nanoseconds.
Additionally, `QueryPerformanceCounter` includes time spent during
suspend, which is not what is desired. Switch to
`QueryUnbiasedInterruptTime` to get something close to `CLOCK_MONOTONIC`
on Linux.
Signed-off-by: Kim Topley <ktopley@apple.com>
0 commit comments