views:

82

answers:

1

Hi,

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.

Can anyone remember what that switch is?

Thanks Rich

+4  A: 

Tools -> Options -> Projects and Solutions -> VC++ Project Settings -> Build Timing

should work.

EDIT: My bad, thats VS2008 :(

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

Gareth
Neat, I had no idea that option was there!
17 of 26
Brilliant, that's the one, thanks!
Rich