Clone this repo:
  1. 9d0c17a Update OWNERS file am: 2e7ec3a626 by Sadaf Ebrahimi · 5 weeks ago main master
  2. 2e7ec3a Update OWNERS file by Sadaf Ebrahimi · 6 weeks ago
  3. 105c593 Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 7 weeks ago
  4. 6aa566f [automerger skipped] Merge Android 14 QPR2 to AOSP main am: 2cb5a7281a -s ours by Xin Li · 3 months ago
  5. 2cb5a72 Merge Android 14 QPR2 to AOSP main by Xin Li · 3 months ago

WALT Latency Timer

DISCLAIMER: This is not an official Google product.

WALT is designed to measure the latency of physical sensors and outputs on phones and computers. It can currently perform the following measurements:

  • Tap latency - time from the moment a finger-like probe touches down (or up) on the screen until the kernel timestamps an ACTION_DOWN (or ACTION_UP) event. This physical contact with the screen is timed using an accelerometer mounted on the probe.
  • Drag latency (scroll).
  • Screen draw latency - using a photodiode that detects whether the screen is black or white.
  • Audio output and microphone latencies.
  • MIDI input and output latencies

The WALT app for Android can be installed from Google Play or downloaded in the releases section; the iOS app must be built from source.

WALT photo

Notes

  • Hardware build instructions can be found in this repository under hardware/.
  • Clock synchronization details are described here.
  • The Android/iOS device and Teensy clocks have a tendency to diverge due to differing clock frequencies. This means they will go out of sync after several minutes. The workaround is to use the app to re-sync the clocks. Some, but not all tests in the app will sync the clocks when starting a measurement.
  • Python code used to communicate with WALT from Linux and ChromeOS can be found here.