projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa64da
)
doc/user/timestamps: document which clock is used
author
Simon Ser
<contact@emersion.fr>
Tue, 9 May 2023 09:18:23 +0000
(11:18 +0200)
committer
Jihoon 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
patch
|
blob
|
history
diff --git
a/doc/user/timestamps.rst
b/doc/user/timestamps.rst
index 4c450073c7cd47bc345fba4be2f83d9c6b9c2a50..596beb83928d5ed2d90d5780e1c6f91b3e04101c 100644
(file)
--- a/
doc/user/timestamps.rst
+++ b/
doc/user/timestamps.rst
@@
-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**.