mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-11 16:50:26 +01: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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue