-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
I want to share my experiences on optimizing UPS and power usage. (Because I have a 144Hz display so I want to reach (at least) 144 UPS but with polling rate 1 it is not reached all time)
note that I have pinned lgproxy source to Core 6 and Core 7
default CPU clock with polling rate 1 I get around 130 UPS while one core runs on 100%:
0.0924W / UPS

CPU in powersave state with polling rate 1 I get around 120 UPS while one core runs on 100%:
0.0242W / UPS

default CPU clock with polling rate 0 I get around 260 UPS while one core runs on 100% and another on ~60%:
0,0765W / UPS

CPU in powersave state with polling rate 0 I get around 230 UPS while one core runs on 100% and another on ~66%:
0.0236W / UPS

So we see that it doesnt realy matter if the CPU runs on 560MHz or on 4.7GHz and I think there is plenty of room for optimization for getting higher UPS with lower cpu usage.
Maybe this analysys helps you improving this project.
And many thanks for your great work, I love your project and I'm using it personaly almost daily since last year.