It would be nice to be able to easily tell where we are spending our build times, and for that it would be nice to be able to time all compilation and link commands - in order to be able to potentially come up with some nice speedups.
One option is to use --exportcmds and execute the commands again while timing them.
It would be nice to be able to easily tell where we are spending our build times, and for that it would be nice to be able to time all compilation and link commands - in order to be able to potentially come up with some nice speedups.
One option is to use
--exportcmdsand execute the commands again while timing them.