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
Platform and Versions (please complete the following information):
OS: Windows 10
Rustc: rustc 1.51.0 (2fd73fabe 2021-03-23)
Would you assign yourself to resolve this bug?
Yes
No
This bug maybe related to winit bug rust-windowing/winit#1634 but maybe not, however I think winit should also be fixed, IMO it's unusable with silent reading of mouse and keyboard by default.
The text was updated successfully, but these errors were encountered:
I can reproduce this and also got around 15% CPU usage.
But it can get significantly lower if the control flow is set toControlFlow::Wait.
Even with moving mouse and typing keyboard constantly will only be 1~2%.
I think it's safe to close this issue unless we see any more usage outburst.
Describe the bug
CPU Usage 12% even though the window is minimized, and no WebViewBuilder in use
Steps To Reproduce
Expected behavior
Something considerably less
Screenshots
Platform and Versions (please complete the following information):
OS: Windows 10
Rustc: rustc 1.51.0 (2fd73fabe 2021-03-23)
Would you assign yourself to resolve this bug?
This bug maybe related to winit bug rust-windowing/winit#1634 but maybe not, however I think winit should also be fixed, IMO it's unusable with silent reading of mouse and keyboard by default.
The text was updated successfully, but these errors were encountered: