Commit graph

22 commits

Author SHA1 Message Date
d45b546af1
Update GUI 2021-04-15 09:05:32 -05:00
789a7570d5
Change default poll rate to 1000 2021-04-15 09:02:16 -05:00
f12d6bcb6a
Merge pull request #4 from leogx9r/sensor_rate
Allow Users To Modify Polling Rate
2021-04-01 13:34:36 -05:00
Ondrej Čerman
fa17e94b30 Added tooltips for sensors
Version 1.4.2
2020-06-14 23:29:01 +02:00
Ondrej Čerman
696e5bbe87 Version 1.4.1 2020-06-06 17:24:19 +02:00
Leonardo Gates
b8d3154b03 Allow Users To Modify Polling Rate
This patch allows users to modify how quickly sensors are polled.

One of the major features of Zen+ and newer processors is the ability
for them to perform gated sleeping on one or multiple cores at a time,
where power consumption of the gated core is "basically zero".

Since, by default, the application uses a polling rate of 300ms, the
power saving features of cores sleeping on Zen+ and newer is negated
when a sensor or MSR is probed often.

Allowing the users to modify the polling rate from between 50ms and
up to 60 seconds improves power saving by preventing cores from being
awoken multiple times a second when it isn't needed.
2020-04-15 23:30:47 +00:00
Ondrej Čerman
e3d4b60da6 Auto resize FIX: take vertical separator into account 2020-02-18 21:09:10 +01:00
Ondrej Čerman
d3464ba638 Version 1.4.0 2020-02-16 18:01:54 +01:00
Ondrej Čerman
ea6ae46b18 Resize window to size based on number of visible sensors, FIX #15 2020-02-16 17:53:51 +01:00
Ondrej Čerman
523cdc315b Fixed mem leak
Version 1.3.1
2020-01-31 22:10:34 +01:00
Ondrej Čerman
a82a28c135 Core index is now displayed by default, added command line argument "--core_id" to display core_id instead
Fixed dates in LICENSE file
Version 1.3
2020-01-23 22:47:52 +01:00
Ondrej Čerman
f04d8e4dc6 Added quick search 2020-01-09 21:20:26 +01:00
Ondrej Čerman
db79afa390 Added tooltips 2020-01-09 21:16:39 +01:00
Ondrej Čerman
495045ef2a Version 1.2 2019-11-04 16:38:46 +01:00
Ondrej Čerman
f56d4e5625 Version 1.1 2019-10-12 21:49:03 +02:00
Ondrej Čerman
e409f26106 Removed unused variables + added static keywords 2019-10-12 20:53:25 +02:00
Ondrej Čerman
dc09664b4f Added version number 2019-06-22 13:46:42 +02:00
Ondrej Čerman
05d2d2c220 Added option to clear min/max values 2019-06-19 00:29:40 +02:00
Ondrej Čerman
b1dd2f5315 Added min/max columns 2019-06-19 00:06:34 +02:00
Ondrej Čerman
d585178609 Added CPU model 2019-06-18 22:05:42 +02:00
Ondrej Čerman
8bc8727f6b Added about dialog 2019-06-18 21:52:34 +02:00
Ondrej Čerman
37fc68ca76 New version - code rewritten to c, added GTK3 gui, added Core and Package Power monitoring via MSR 2019-06-15 16:51:21 +02:00