mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 09:28:03 +02:00
tools: debug-events: expand timestamp prints to full millis
Tens of millis is not quite enough in some cases. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
558cc3f11c
commit
2c613feb0c
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ print_event_header(struct libinput_event *ev)
|
||||||
static void
|
static void
|
||||||
print_event_time(uint32_t time)
|
print_event_time(uint32_t time)
|
||||||
{
|
{
|
||||||
printq("%+6.2fs ", start_time ? (time - start_time) / 1000.0 : 0);
|
printq("%+6.3fs ", start_time ? (time - start_time) / 1000.0 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue