doc/user/timestamps: document which clock is used
authorSimon Ser <contact@emersion.fr>
Tue, 9 May 2023 09:18:23 +0000 (11:18 +0200)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:23:27 +0000 (19:23 +0900)
Document that all timestamps are given in the CLOCK_MONOTONIC
domain.

Signed-off-by: Simon Ser <contact@emersion.fr>
doc/user/timestamps.rst

index 4c450073c7cd47bc345fba4be2f83d9c6b9c2a50..596beb83928d5ed2d90d5780e1c6f91b3e04101c 100644 (file)
@@ -42,3 +42,5 @@ Once the timeout expires at t4, libinput generates an event of
 
 Thus, the caller gets events with timestamps in the order t3, t1, t2,
 despite t3 > t2 > t1.
+
+libinput timestamps use **CLOCK_MONOTONIC**.