summaryrefslogtreecommitdiffstats
path: root/devices
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-07-25 07:21:15 -0500
committerSean E. Russell <ser@ser1.net>2020-07-25 07:28:23 -0500
commitfa9357d1ed084529e75fe7e04457c45d30843601 (patch)
tree49d675253921beddcd0abfc49dbccc9edeb18739 /devices
parentb767f7fbda1f63a14b00284994afc5894bfb6a17 (diff)
Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock.v4.0.2
Diffstat (limited to 'devices')
-rw-r--r--devices/cpu_cpu.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/devices/cpu_cpu.go b/devices/cpu_cpu.go
index bd2f891..9847572 100644
--- a/devices/cpu_cpu.go
+++ b/devices/cpu_cpu.go
@@ -6,7 +6,6 @@ import (
psCpu "github.com/shirou/gopsutil/cpu"
)
-// FIXME: broken % under Linux. Doesn't reflect reality *at all*.
func init() {
f := func(cpus map[string]int, l bool) map[string]error {
cpuCount, err := CpuCount()