# Measure Browser Observed Gamepad Polling Rate
This checker watches the high resolution timestamp attached to the selected gamepad while an analog stick is moving. It removes extreme intervals, calculates a stable average interval and converts that interval to an observed rate with 1000 divided by milliseconds. Everything runs locally in the current page.| Reading | What it describes | What it does not prove |
|---|---|---|
| Observed rate | Timestamp updates exposed to this page each second | The electrical USB polling rate |
| Update interval | Average time between browser visible timestamp changes | Total button to screen latency |
| Jitter | Spread between the 5th and 95th percentile intervals | A hardware fault by itself |
| Confidence | Sample quantity and consistency for this run | Laboratory grade accuracy |