On 2025-09-05, Marc Gonzalez <marc.w.gonzalez@xxxxxxx> wrote: >>> (I used CLOCK_MONOTONIC_RAW.) >> >> Not really relevant to your issue, but you should always use CLOCK_MONOTONIC. > > Could you provide some insight as to why CLOCK_MONOTONIC is > preferable? CLOCK_MONOTONIC is tracking in time units as defined by humans. CLOCK_MONOTONIC_RAW is tracking in time units defined by some hardware. John