Skip to content

showUtilization causes GPU stuttering #45

@Cyruz143

Description

@Cyruz143

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions