Calculate time taken by each cpp file to compile in VS2005?
Posted
by Rajiv Podar
on Stack Overflow
See other posts from Stack Overflow
or by Rajiv Podar
Published on 2009-10-26T07:06:18Z
Indexed on
2010/06/11
13:02 UTC
Read the original article
Hit count: 152
visual-studio-2005
|compile
Hi Guys,
I am writing a tool which can be used to make the matrix for the current performance of the project.
For that I required to get the time taken by each file to get compiled. I tried with the following option but didn't succeed :(
Tools->Options->Proejcts & Solutions -> VC++ Project Settings -> Build Timing-> Yes From the above option I am able to get the whole time taken to build the solution but my problem is to get for each one.
I am using VS2005
So anyone is having any idea then pls revert back ASAP....
© Stack Overflow or respective owner