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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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