Lines Matching +full:fuzz +full:- +full:seconds
3 # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
42 "modules and re-run this tool."
95 # The list of properties we add to the recording, see libinput-record.c
132 fuzz=values[2],
201 offset = time.time() - device["__first_event_offset"]
222 if evtime - now > 150 / 1e6: # 150 µs error margin
223 time.sleep(evtime - now - 150 / 1e6)
307 "[libinput-replay {name}]\n"
328 overrides = Path("/etc/libinput/local-overrides.quirks")
368 metavar="recorded-file.yaml",
373 "--replay-after",
375 default=-1,
376 help="Automatically replay once after N seconds",
379 "--once",
384 parser.add_argument("--verbose", action="store_true")