-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: feature request: timing for each component built #16375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After modifying the
this is just an example how useful is to show the timing for each package.
|
Something like #15736? |
ah yeah XD so this is a duplicate.. |
Cool. Hopefully -trace support will land in 1.8. |
Have a look at the toolexec flag, you can use that to inject /use/bin/time Also, the -v flag will print each package as it compiled, this should give Lastly. If you are concerned about compilation time, prefer go install to On Thu, 14 Jul 2016, 09:03 Kiswono Prayogo notifications@github.com wrote:
|
When doing
go build -i -x
, it outputs something like thisit would be nice to see the timing for each execution:
so I could see which package that are slow to rebuild.
The text was updated successfully, but these errors were encountered: