-
Notifications
You must be signed in to change notification settings - Fork 48
Could not find .mm_profdata file #135
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
To match the version used by
Maybe it's worth adding this to the guide, mentioning that the tag should match the version of |
I ran into the same problem after following the instructions here: https://blog.rust-lang.org/inside-rust/2020/02/25/intro-rustc-self-profile.html Thanks for the tip! |
Just FYI, this is happening because we've made some breaking changes to this crate but rustc hasn't been updated yet to the latest version. We're getting ready to do that now so this should be resolved in the next week hopefully. |
Since rust-lang/rust#77398 landed yesterday, this should be resolved. |
I'm using for the first time
measureme
to profile the compilation time of a project which needs to be compiled withnightly-2020-09-30
. I followed this guide and I'm getting the following error.Is it because the
measureme
version that comes withnightly-2020-09-30
is out-dated? Do you know any workarounds?The text was updated successfully, but these errors were encountered: