]> Cypherpunks repositories - gostls13.git/commit
cmd/trace/v2: add support for the goroutine-oriented task view
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 20 Nov 2023 19:29:42 +0000 (19:29 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 21 Nov 2023 21:29:55 +0000 (21:29 +0000)
commit28f873444d4e7fdfef9c07108002cd6347a8da0f
tree3f57f641c8600c77e268809d7c6e84806345bad3
parent971f59399fd7a53dc0744a949084080c85b3c62b
cmd/trace/v2: add support for the goroutine-oriented task view

This change adds support for a goroutine-oriented task view via the
/trace?taskid=<taskid> endpoint. This works but it's missing regions.
That will be implemented in a follow-up CL.

For #60773.
For #63960.

Change-Id: I086694143e5c71596ac22fc551416868f0b80923
Reviewed-on: https://go-review.googlesource.com/c/go/+/543937
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/cmd/trace/v2/jsontrace.go