1
General / Re: GPU usage permanently jumps up after a while
« on: July 09, 2020, 02:55:56 pm »
Have you tried the same experiment with a blank game loop? Just pollEvents() followed by clear/display.
Does you CPU go into a lower power state when the increase in utilization occurs? Maybe the CPU just lowers its clock speed and therefore the utilization goes up. I am not sure if the windows task manager takes the clk speed into account when calculating the %.
Does you CPU go into a lower power state when the increase in utilization occurs? Maybe the CPU just lowers its clock speed and therefore the utilization goes up. I am not sure if the windows task manager takes the clk speed into account when calculating the %.