Skip to content
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

process widget에서 처음 1프레임 동안 cpu 값이 이상함. #14

Open
zych1751 opened this issue Aug 4, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@zych1751
Copy link
Collaborator

zych1751 commented Aug 4, 2021

현재 cpu 총 사용량 - 이전 cpu 총 사용량 을 이용하여 계산하는데, 처음 켜지는 경우에는 이전 cpu 총 사용량이 0이여서 아주 큰 값이 나오게됨.
처음에는 max(percent, 100) 과 같은 방식도 생각했는데, 대부분의 프로세스들이 100으로 나와서 여전히 이상한것 같아서 다른 해결 방식이 필요해 보임

@zych1751 zych1751 added the bug Something isn't working label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant