Visual studio, how to output time taken to build? - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T02:18:03Zhttp://stackoverflow.com/feeds/question/853277http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/853277/visual-studio-how-to-output-time-taken-to-build1Visual studio, how to output time taken to build?Rich2009-05-12T15:11:38Z2009-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#8532834Answer by Gareth for Visual studio, how to output time taken to build?Gareth2009-05-12T15:12:31Z2009-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 & Run</p>