In Visual Studio, I am contantly wondering how long code takes to execute. Normally I do this:
var timer = new Stopwatch(); // run some code timer.Start();