-
Notifications
You must be signed in to change notification settings - Fork 154
Cannot profile local rustc #854
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
I wasn't able to reproduce this change after building same as you did - I wonder if you can check that |
So I assume valgrind works. |
@Nicholas-Baron Does this error still occur for you? Can you reproduce it with |
@tgnottingham It seems to be work now. The profile is taking a long time, but that is expected with valgrind. |
Looks like it did work. Now time to interpret the results folder. |
I am trying to address the rustc regression shown here.
I have checked out the latest version of this repo and cannot use
profile_local
.Build steps:
rustc
with./x.py b --stage 2 library/test
rustc-perf
withcargo build
(same result with--release
)The following command will fail:
with this output:
The text was updated successfully, but these errors were encountered: