-
Notifications
You must be signed in to change notification settings - Fork 152
500 internal error loading firefox profile data #851
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
Yeah, the self-profile summary views currently don't work; we need to migrate to the new profile format in the frontend. You can download the raw file though and that should work. |
I'm confused - the summary view works fine: It's just the 'processed-self-profile' page that doesn't work.
Thanks, that gave me an .mm_profdata file, but it doesn't track memory usage (rust-lang/rust#81348). Is there a way to see detailed memory usage other than with the 'max-rss' view? That only shows the total change, not what parts of the compiler changed. |
right, yes, I meant the processed ones. To my knowledge we don't track memory usage on any fine-grained level (I guess other than time-passes, but that has it's own problems) in the compiler today, including on a per-query level in self-profile. |
Fixed by #978. Technically doesn't support the old self-profile format, but that's probably not going to be an issue very often. If it becomes one, we can reopen. |
https://perf.rust-lang.org/perf/processed-self-profile?commit=36f1f04f18b89ba4a999bcfd6584663fd6fc1c5d&benchmark=keccak-opt&run_name=full&type=crox/marker-chart/?v=5 is a 500. I got there from the detailed self-profile view -> 'Firefox profiler'
The text was updated successfully, but these errors were encountered: