-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
option to print total crate build time #5046
Comments
You mean for dependencies? The current build can be thoroughly examined by |
Yeah, for every dependency seperately. |
Currently, It prints "Compiling ", It can be changed to print "Compiling " or there can be one more message for each crate that prints "Compiled ". |
Maybe this could be implemented under |
As there hasn't been any activity here in over 6 months I've marked this as stale and if no further activity happens for 7 days I will close it. I'm a bot so this may be in error! If this issue should remain open, could someone (the author, a team member, or any interested party) please comment to that effect? The team would be especially grateful if such a comment included details such as:
Thank you for contributing! If you're reading this comment from the distant future, fear not if this was closed automatically. If you believe it's still an issue please leave a comment and a team member can reopen this issue. Opening a new issue is also acceptable! |
@matthiaskrgr Does the new
|
Yup, closing. |
Using
RUSTFLAGS="-Z time-passes"
it is possible to see how long a crate needs to build but when building all the dependencies the total build time of a dependency is not shown.I would be neat to have cargo print the time it took to build a single crate with some debug option maybe.
There's something similar already for rustc bootstrap on travis:
The text was updated successfully, but these errors were encountered: