In the build log I'd like to the start and end time of each project's compilation. Is there any way to get VS to do this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
For VC++ builds you can enable build timing. Go to Tools->Options->Projects and Solutions->VC++ Project settings and choose the option for 'Build Timing' |
|||
|
|
|
A new way I found is to call the
|
|||
|
|
|
Not without modifying the actual project file (using a text editor) to add calls in to the MSBuild script targets. |
|||
|
|
|
Thanks. I guess that's as much as I can get it to tell me without doing a bunch of extra work. |
|||
|
|