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

showUtilization causes GPU stuttering #45

Open
Cyruz143 opened this issue Sep 21, 2022 · 0 comments
Open

showUtilization causes GPU stuttering #45

Cyruz143 opened this issue Sep 21, 2022 · 0 comments

Comments

@Cyruz143
Copy link

Running a simple looped call to this function (showUtilization) causes stuttering in games (recordable in frametimes) and shown in 3rd party testing below:

191485181-35c9d5c0-58a7-4286-bdc6-ebc78ccc4084
(Gif is taken from another project but the below script gives the same issue)

To Reproduce
Steps to reproduce the behavior:

  1. Open a browser page to https://www.testufo.com/animation-time-graph
  2. Allow the test to settle
  3. Run test script

Test Script

import time
import GPUtil

while True:
    GPUtil.showUtilization()
    time.sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant