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
Need to adapt to 'CPU MHz'
cpu_linux.go:279 case "cpu MHz", "CPU MHz", "clock", "cpu MHz dynamic": // treat this as the fallback value, thus we ignore error if t, err := strconv.ParseFloat(strings.Replace(value, "MHz", "", 1), 64); err == nil { c.Mhz = t }
The text was updated successfully, but these errors were encountered:
Need to adapt to 'CPU MHz'
cpu_linux.go:279
case "cpu MHz", "CPU MHz", "clock", "cpu MHz dynamic": // treat this as the fallback value, thus we ignore error if t, err := strconv.ParseFloat(strings.Replace(value, "MHz", "", 1), 64); err == nil { c.Mhz = t }
The text was updated successfully, but these errors were encountered: