]> Cypherpunks repositories - gostls13.git/commit
cmd/go: change some counter names
authorMichael Matloob <matloob@golang.org>
Mon, 11 Mar 2024 20:35:45 +0000 (16:35 -0400)
committerMichael Matloob <matloob@golang.org>
Wed, 13 Mar 2024 18:24:48 +0000 (18:24 +0000)
commit4f07bb39539725dfff56b4f2a1b7ce05464a0e9b
tree6fc2ad295af82857234f8bb0988ab3823eddf6c9
parent38723f2b3881ea71039c1d475cab001113adc83d
cmd/go: change some counter names

Primarily, this change removes the cmd/ prefix on the go command
counter names. The 'error' counter is changed to 'errors' reflecting
that it's a bucket that contains multiple errors. the switch-exec and
select-exec counters are moved into a 'toolchain' grouping.

For #58894

Change-Id: Id6e0e7a0b4a5e42a0aef04b1210d2bb5256eb6c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/570736
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/counters_test.go
src/cmd/go/internal/help/help.go
src/cmd/go/internal/modfetch/cache.go
src/cmd/go/internal/toolchain/select.go
src/cmd/go/internal/toolchain/switch.go
src/cmd/go/main.go
src/cmd/go/testdata/counters.txt