libinput-analyze-recording.man 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .TH libinput-analyze-recording "1"
  2. .SH NAME
  3. libinput\-analyze\-recording \- analyze a device recording
  4. .SH SYNOPSIS
  5. .B libinput analyze recording [\-\-help] [options] \fIrecording.yml\fI
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput analyze recording"
  10. tool analyzes a recording made with
  11. .B "libinput record"
  12. and prints a tabular summary of the events in that recording.
  13. .PP
  14. This is a debugging tool only, its output may change at any time. Do not
  15. rely on the output.
  16. .SH OPTIONS
  17. .TP 8
  18. .B \-\-help
  19. Print help
  20. .SH OUTPUT
  21. An example output for a tablet sequence is below.
  22. .PP
  23. .nf
  24. .sf
  25. Time | X | Y | PRESSURE | DISTANCE | MISC | SERIAL
  26. -----------------------------------------------------------------
  27. 0.000 | 9717 | 6266 | | 63 | 0x862 | 0x9a805597 | BTN_TOOL_PEN
  28. 0.005 | 9709 | | | | | 0x9a805597 | BTN_TOOL_PEN
  29. 0.012 | 9701 | | | | | 0x9a805597 | BTN_TOOL_PEN
  30. 0.020 | 9692 | 6269 | | | | 0x9a805597 | BTN_TOOL_PEN
  31. 0.028 | 9680 | 6277 | | | | 0x9a805597 | BTN_TOOL_PEN
  32. 0.034 | 9668 | 6279 | | | | 0x9a805597 | BTN_TOOL_PEN
  33. 0.042 | 9654 | 6282 | | | | 0x9a805597 | BTN_TOOL_PEN
  34. .fi
  35. .in
  36. .SH LIBINPUT
  37. Part of the
  38. .B libinput(1)
  39. suite