]> Cypherpunks repositories - gostls13.git/commit
cmd/go: mark trace flows between actions
authorMichael Matloob <matloob@golang.org>
Thu, 18 Jun 2020 15:58:46 +0000 (11:58 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 17 Aug 2020 18:31:43 +0000 (18:31 +0000)
commit15b98e55d195bd876203506d5f513546dd4e3b36
tree1cb35ad79d52394324bfeaf062688b21049f5879
parenta26d687ebb23fa14b777ef5bf69b56556124ff3b
cmd/go: mark trace flows between actions

This could help make it easier to identify blocking
dependencies when examining traces. Flows can be turned
off when viewing traces to remove potential distractions.

Updates #38714

Change-Id: Ibfd3f1a1861e3cac31addb053a2fca7ee796c4d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/248322
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/trace/trace.go
src/cmd/go/internal/work/action.go
src/cmd/go/internal/work/exec.go