-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Running a simple looped call to this function (showUtilization) causes stuttering in games (recordable in frametimes) and shown in 3rd party testing below:
(Gif is taken from another project but the below script gives the same issue)
To Reproduce
Steps to reproduce the behavior:
- Open a browser page to https://www.testufo.com/animation-time-graph
- Allow the test to settle
- Run test script
Test Script
import time
import GPUtil
while True:
GPUtil.showUtilization()
time.sleep(1)
Metadata
Metadata
Assignees
Labels
No labels