Comment by flohofwoe

Comment by flohofwoe 3 hours ago

0 replies

> Win32 performance counter has native resolution < 1us

Yes but that's hardly useful for things like measuring frame duration when the OS scheduler runs your per-frame code a millisecond late or early, or generally preempts your thread in the middle of your timing code (eg measuring durations precisely is also a non-trivial problem on native platforms even with high precision time sources).