Hi, On Mon, Mar 24, 2025 at 12:25:51PM +0800, Zhaoming Luo wrote: > Integrate HPET so host_get_time, host_get_time64, and host_get_uptime64 > are more precise. The highest precision can be 10ns when this patch is > applied.
Is there something else besides this patch that needs to be done/patched/configured to get higher resolution timers? I am running the current gnumach Debian package which (to the best of my knowledge) includes this patch, but clock_getres() still reports 10000000 ns timer resolution and applications like PostgreSQL that rely on timing still have 10ms resolution. Michael