<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual C++ Tips &#187; compile time</title>
	<atom:link href="http://weseetips.com/tag/compile-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Get Project Build Time?</title>
		<link>http://weseetips.com/2010/02/07/how-to-get-project-build-time/</link>
		<comments>http://weseetips.com/2010/02/07/how-to-get-project-build-time/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:26:15 +0000</pubDate>
		<dc:creator>Jijo Raj</dc:creator>
				<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[compile time]]></category>
		<category><![CDATA[display build time]]></category>
		<category><![CDATA[display compile time]]></category>
		<category><![CDATA[get build time]]></category>
		<category><![CDATA[get project build time]]></category>
		<category><![CDATA[project build time]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[VC++ compile time]]></category>
		<category><![CDATA[vc++ project build time]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://weseetips.com/?p=1312</guid>
		<description><![CDATA[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 &#8216;Build Time&#8217;. 1) Take &#8211; Tools &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>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?</p>
<p><a href="http://weseetips.com/wp-content/uploads/2010/01/BuildTime.jpg"><img class="alignnone size-full wp-image-5" title="BuildTime" src="http://weseetips.com/wp-content/uploads/2010/01/BuildTime.jpg" alt="" width="483" height="321" /></a></p>
<p><a href="http://weseetips.com/wp-content/uploads/2008/03/icon_howcanidoit.jpg"><img class="alignnone size-full wp-image-12" title="Icon How Can I Do It?" src="http://weseetips.com/wp-content/uploads/2008/03/icon_howcanidoit.jpg" alt="" width="220" height="32" /></a><br />
Just follow the steps to enable the &#8216;Build Time&#8217;.</p>
<p>1) Take &#8211; <em>Tools &gt; Options</em>.<br />
2) Now take <em>- Project and Solutions &gt; VC++ Project Settings</em>.<br />
3) Now enable the &#8216;Build Timing&#8217; option and rebuild your project.</p>
<p><a href="http://weseetips.com/wp-content/uploads/2010/02/BuildTime_options1.jpg"><img class="alignnone size-full wp-image-1319" title="BuildTime_options" src="http://weseetips.com/wp-content/uploads/2010/02/BuildTime_options1.jpg" alt="" width="568" height="330" /></a></p>
<p><a href="http://weseetips.com/wp-content/uploads/2008/03/icon_note.jpg"><img class="alignnone size-full wp-image-18" title="Icon Note" src="http://weseetips.com/wp-content/uploads/2008/03/icon_note.jpg" alt="" width="94" height="32" /></a><br />
This article seems useful &#8211; <a href="http://stackoverflow.com/questions/364240/how-do-you-reduce-compile-time-and-linking-time-for-visual-c-projects-native" target="_blank">How do you reduce compile time, and linking time for Visual C++ projects?</a>. Have a look at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://weseetips.com/2010/02/07/how-to-get-project-build-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

