Visual studio, how to output time taken to build? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T02:18:03Z http://stackoverflow.com/feeds/question/853277 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/853277/visual-studio-how-to-output-time-taken-to-build 1 Visual studio, how to output time taken to build? Rich 2009-05-12T15:11:38Z 2009-05-12T15:12:31Z <p>Hi,</p> <p>I'm using visual studio 2005. I rememeber in the back of my mind there's a way to output the time taken to build a given project.</p> <p>Can anyone remember what that switch is?</p> <p>Thanks Rich</p> http://stackoverflow.com/questions/853277/visual-studio-how-to-output-time-taken-to-build/853283#853283 4 Answer by Gareth for Visual studio, how to output time taken to build? Gareth 2009-05-12T15:12:31Z 2009-05-12T15:12:31Z <p>Tools -> Options -> Projects and Solutions -> VC++ Project Settings -> Build Timing</p> <p>should work.</p> <p>EDIT: My bad, thats VS2008 :(</p> <p>In 2005 you might get the build times by changing MSBuild output verbosity to Detailed or Diagnostic from Tools -> Options -> Projects and Solutions -> Build &amp; Run</p>