]> Cypherpunks.ru repositories - gostls13.git/commit
internal/trace: implement goroutine analysis for v2 traces
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 7 Nov 2023 18:35:37 +0000 (18:35 +0000)
committerMichael Knyszek <mknyszek@google.com>
Fri, 10 Nov 2023 15:51:33 +0000 (15:51 +0000)
commit3b303fa9815f0869a9ba429af537fd75d1dda85d
treeadcf048d715ae6f97105f2203d4e3ef102048f20
parent9d914015f83bbc414313d3ad48e4a594a99c7d6b
internal/trace: implement goroutine analysis for v2 traces

For #63960.

Change-Id: I1efe35435e32623aba894a915114e394570ebc56
Reviewed-on: https://go-review.googlesource.com/c/go/+/540259
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/trace/goroutinesv2.go [new file with mode: 0644]
src/internal/trace/goroutinesv2_test.go [new file with mode: 0644]
src/internal/trace/v2/testdata/testprog/annotations.go
src/internal/trace/v2/testdata/tests/go122-annotations.test [new file with mode: 0644]