Calculate time taken by each cpp file to compile in VS2005?
- by Rajiv Podar
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....