Closed
Description
Cargo's new experimental -Ztimings
flag is really cool. See here for sample output. It would be great to add support for this to x.py
. It would help a lot with #65031.
I tried and failed to get -Ztimings
working with rustc, according to some instructions here. One complication is that rustc normally builds with a beta version of Cargo, but -Ztimings
is nightly only.
@ehuss : what steps did you take to get the rustc measurements? Thanks!