Open
Description
Currently, we only record the total build time for each crate in the 'bootstrap timings' section. Would it be possible to build the compiler while capturing the same level of detail as we do for other benchmaks? (e.g. self-profile information)? If this adds too much overhead, the output of -Z time-passes
would still be very useful.