You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since intel hwmon uses joules which equals 1 watt/s we need to adjust
for that, because we poll every 500ms.
Simple example:
If we poll every 1000ms, then power usage shown is 200W (correct)
If we poll every 500ms, then power usage shows is 100W (wrong)
0 commit comments