vote up 1 vote down star

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?

flag

3 Answers

vote up 3 vote down check

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'

link|flag
vote up 0 vote down

Not without modifying the actual project file (using a text editor) to add calls in to the MSBuild script targets.

link|flag
vote up 0 vote down

Thanks. I guess that's as much as I can get it to tell me without doing a bunch of extra work.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.