Currently, calling gettimeofday() has syscall overhead, which makes it less accurate as a timing mechanism. If we introduce something like Linux's vDSO and map the pages containing the hardware clock information as read-only into userspace, we could potentially reduce the overhead to be that of a mov instruction (+ processing costs).
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too