-
Notifications
You must be signed in to change notification settings - Fork 45
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
Add CPU-Util and GPU-Util? #75
Comments
Hello, can you please elaborate on what those specific features actually are? It's not really clear what you want |
Can you add CPU and GPU usage views. Similar to the CPU and GPU of win10 task manager, I don't know how to use programming methods to obtain. Thank you very much. |
I've implemented the CPU utilization logic, during testing its usage percentage was pretty much consistent with the percentage in the Task Manager, sometimes off by 2-5% (not really that significant), so I should note that it might not always give the same percentage as the Task Manager. As for the GPU utilization logic, it is slightly more involved, so it will take some time to implement that. I will soon merge the CPU utilization implementation into 1.4 and release a new minor version of the application. |
It's really great, always looking forward to updating. |
CPU utilization implemented in v1.4.3 https://github.com/CherryPill/system_info/releases/tag/v1.4.3 |
No description provided.
The text was updated successfully, but these errors were encountered: