You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think there's an issue with performance to be honest, but I took some time to check, so I thought I should document what I found in case I ever need to reference the information later.
Testing Details
App version: b7d3c5f in "profileable" mode (baseline profiles enabled, debugging disabled, but I don't think it has all the extra release optimizations enabled)
keyboard - this website and just copy pasting a big string into manual input. it reports every "key up, key down" as 1 keystroke.
keyboard - after a few tests with different long strings, it seems to send around 250-280 keystrokes per second, so roughly twice as many reports per second.
mouse - consistently 90Hz. I wonder if this is tied to the screen refresh rate somehow, or just coincidentally the same as my phone screen's refresh rate.
The text was updated successfully, but these errors were encountered:
Arian04
changed the title
Send more reports per second
Report-sending performance
Jun 30, 2024
I don't think there's an issue with performance to be honest, but I took some time to check, so I thought I should document what I found in case I ever need to reference the information later.
Testing Details
App version: b7d3c5f in "profileable" mode (baseline profiles enabled, debugging disabled, but I don't think it has all the extra release optimizations enabled)
keyboard - this website and just copy pasting a big string into manual input. it reports every "key up, key down" as 1 keystroke.
mouse - evhz
Results
keyboard - after a few tests with different long strings, it seems to send around 250-280 keystrokes per second, so roughly twice as many reports per second.
mouse - consistently 90Hz. I wonder if this is tied to the screen refresh rate somehow, or just coincidentally the same as my phone screen's refresh rate.
The text was updated successfully, but these errors were encountered: