Quantcast
Channel: Visual C++ Tips
Viewing all articles
Browse latest Browse all 10

How to Get Project Build Time?

$
0
0

Many times i lost my temper by waiting for the re-build to be finished. So i just attempted to tune and reduce the build time by removing unnecessary includes. At that time I just wondered how to get the build time?


Just follow the steps to enable the ‘Build Time’.

1) Take – Tools > Options.
2) Now take - Project and Solutions > VC++ Project Settings.
3) Now enable the ‘Build Timing’ option and rebuild your project.


This article seems useful – How do you reduce compile time, and linking time for Visual C++ projects?. Have a look at it.


Viewing all articles
Browse latest Browse all 10

Trending Articles