-
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
-Z timings: no graph for rust-analyzer build #7388
Comments
Could you gist the html file as well? If you open the JS console are there any errors showing up there as well? (I just build rust-analyzer and got some graphs so I wasn't able to trivially reproduce it at least) |
Here's the html: https://gist.github.com/matthiaskrgr/5941caa4217343abbea4a566f644cfc6 There were some errors in the js console but I'm not sure if they were coming from the report page:
|
Ok looks like I'm getting a JS error, and it's just an obscure I suspect the issue is that the canvas is requested to just be simply too big, its width is I set the slider to as low as it could go, refreshed the page, and the graph rendered. Probably just means we need to do some more massaging with the scaling to ensure that it doesn't scale absurdly large like this. (cc @ehuss) |
repo: https://github.com/rust-analyzer/rust-analyzer
I was running
cargo clean ; RUSTC_WRAPPER="" ~/vcs/github/cargo/target/release/cargo build --release -Ztimings --all-targets
but there was no graph displayed in the html summary:
cargo 3596cb8
rustc 1.39.0-nightly (eb48d6bde 2019-09-12)
The text was updated successfully, but these errors were encountered: