Rust stable tool chain: compiler profiling?

I am on the Rust stable compiler toolchain. Without switching to unstable/nightly, is there anyway to get statistics on what cargo build is spending its time on ?

cargo build --timings

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.