Skip to content

Instantly share code, notes, and snippets.

@dnephin
Created June 15, 2022 16:53
Show Gist options
  • Save dnephin/85084be31ce6c46109ead6efaf4212b9 to your computer and use it in GitHub Desktop.
Save dnephin/85084be31ce6c46109ead6efaf4212b9 to your computer and use it in GitHub Desktop.
Trace golang build time
go build -debug-actiongraph=compile.json
jq 'sort_by(.CmdReal) | reverse | .[] | select(.CmdReal != null) | {Time: (.CmdReal / 1000 / 1000 / 1000), Package}' compile.json | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment