-
-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
Milestone
Description
Describe the bug
Running the main.py causes a constant micro stutter on GPU output, measurablable with tools and noticeable in games (frametimes spike).
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 main.py
Expected behavior
Monitoring shouldn't impact performance
Environment:
- Release 2.0.3
- Windows 10
- Python 3.10.6
- AMD 5900x / Nvidia 3080
Additional context
I'd like to see if other people can reproduce this as things like this could have varying degrees of impact depending on a bunch of variables.
I ran Open Hardware Monitor to see if that impacts the GPU the same way and it doesn't so it's either in the gputil lib or way Python calls it?
You can quite a few tests from https://www.testufo.com/ and most of them show frame drops/stuttering when the script is running.
