-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: High cpu usage on idle window. #97
Comments
fixed with commit id: 14014b0 Need to find a way to provide stop criteria for the spin/update, |
tracking bug for qtawesome spin icon issue... |
Please fix high cpu usage issue |
Can you provide more details on the scenario when you saw the cpu spike?
The fix in commit id 68f2b02 already fixes the idle window usage caused by the spin icons / timers (though, in not the most ideal way), so I hope there could be some other issue here. |
I've opened a new bug #108 and added a fix for it.
|
CPU usage goes up to 50% and above on an idle window.
The issue occurs after a downloaded video is processed, during which the app shows spin icon.
The spin icon triggers an update with a default 10ms interval, and it seems it keeps updating even after the qta icon is replaced with another icon. With more than one downloads, the spinning icon updates start using a lot of cpu and the usage goes often above 50-60%
The text was updated successfully, but these errors were encountered: