aboutsummaryrefslogtreecommitdiff
path: root/src/internal/sysinfo/sysinfo_test.go
AgeCommit message (Collapse)Author
2024-05-07internal/sysinfo: rename osCpuInfoName to osCPUInfoNameTobias Klauser
Follow https://go.dev/wiki/CodeReviewComments#initialisms Change-Id: Ie7418cebb0eda130e7db5bc91475a4a4012192dc Reviewed-on: https://go-review.googlesource.com/c/go/+/583716 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-03-28internal/sysinfo: implement CPUName on bsd systemsRuss Cox
sysctl machdep.cpu.brand_string seems to be standard across the BSDs. There does not seem to be a standard way to get the CPU frequency. Change-Id: Ic986d6c81dd54e1b84544317f2a53ce16801319b Reviewed-on: https://go-review.googlesource.com/c/go/+/520636 Auto-Submit: Russ Cox <rsc@golang.org> TryBot-Bypass: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>