]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add more information to -debug-actiongraph
authorRuss Cox <rsc@golang.org>
Fri, 10 May 2019 01:29:24 +0000 (21:29 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 May 2019 03:24:58 +0000 (03:24 +0000)
commit54260c570f1202b992b7b6ee8f837dd717927d24
tree5931165cd199cda0342a26c21e16d7b8207a84c5
parent86463c157b063de47c8faef51a2f7c6de5fe4e7c
cmd/go: add more information to -debug-actiongraph

Add information about action and build IDs,
commands run, time spent in commands,
and overall time to -debug-actiongraph output.

Also avoid a terrible outcome in:

go build -debug-actiongraph x.go

Change-Id: I7a3a638f4848d75f2bdc997517f4ab23656da4f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/177138
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/work/action.go
src/cmd/go/internal/work/buildid.go
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/gc.go
src/cmd/go/internal/work/gccgo.go