pull/769/merge
Robby Dyer 2 weeks ago committed by GitHub
commit a209764191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -273,7 +273,8 @@ func InfoWithContext(ctx context.Context) ([]InfoStat, error) {
t, err := strconv.ParseInt(val, 10, 64)
if err != nil {
return ret, err
// "stepping" might be 'unknown', so set to 0 in that case
c.Stepping = 0
}
c.Stepping = int32(t)
case "cpu MHz", "clock", "cpu MHz dynamic":

Loading…
Cancel
Save