Is there any tool for tracking performance metrics like that on individual machines and sharing them with the team so no one has to suffer in silence, thinking that everyone is as slow as them?
I'm sure my company would have upgraded me earlier if they or I had known how much time I was wasting.
If you wanted to "track" these times, it's dead-simple. Add an output to your current build pipeline that executes the `time` command, and then append the output to a file. Bonus points if you timestamp them, too.