{{ pollingState.currentRate }}
HZ
抖动:{{ pollingState.jitterMs.toFixed(2) }}ms
({{joysticks.left.leftX.toFixed(5)}},{{joysticks.left.leftY.toFixed(5)}})
({{joysticks.right.rightX.toFixed(5)}},{{joysticks.right.rightY.toFixed(5)}})
提示:

如需测试200Hz以上请点击下方按钮连接手柄设备后测试

连接手柄设备
WebHID 已认证
{{ pollingState.hid_deviceName }}
Vendor ID: {{ pollingState.hid_VendorId }}
Product ID: {{ pollingState.hid_productId }}
峰值回报率
{{ Math.round(pollingState.peakRate) }}Hz
平均回报率
{{ Math.round(pollingState.avgRate) }}Hz
估算间隔延迟
{{ pollingState.intervalMs.toFixed(2) }}ms
*基于当前回报率计算的理论最小更新间隔。
性能参考
有线(USB) 1~8K Hz
蓝牙 (Bluetooth) 125 Hz
2.4G接收器 1~8K Hz
{{ pollingState.paused ? '继续测试' : '暂停测试' }}