cmd/go: add duration on each -x of go build to know which pkg that slow #37591
Labels
FeatureRequest
FrozenDueToAge
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
compile a project
What did you expect to see?
compiled fast
What did you see instead?
took 13s-ish each time code changed using SSD and i7-4770HQ
it would be nice if we could see time of each -x flag to see which part or pkg causes slowdown (especially more detailed on linking part)
The text was updated successfully, but these errors were encountered: