Skip to content
Commit 6c80321a authored by Jason Evans's avatar Jason Evans
Browse files

Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.

The raw clock variant is slow (even relative to plain CLOCK_MONOTONIC),
whereas the coarse clock variant is faster than CLOCK_MONOTONIC, but
still has resolution (~1ms) that is adequate for our purposes.

This resolves #479.
parent d87037a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment