<?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; Visual Studio Tools</title>
	<atom:link href="http://weseetips.com/category/visual-studio-tools/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 skip a class or library from being profiled?</title>
		<link>http://weseetips.com/2008/03/26/how-to-skip-a-class-or-library-from-being-profiled/</link>
		<comments>http://weseetips.com/2008/03/26/how-to-skip-a-class-or-library-from-being-profiled/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 16:40:20 +0000</pubDate>
		<dc:creator>Jijo Raj</dc:creator>
				<category><![CDATA[Visual Studio Tools]]></category>
		<category><![CDATA[profiler]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=36</guid>
		<description><![CDATA[We used to run profiler for performance tuning. By using profiler, you can check &#8211; function timing, function coverage etc. By default profiler profiles the entire modules. But how can we skip a particular user library or class from profiling? There is a setting file named profile.ini, where profiler keep its settings. For skipping a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_description.jpg" alt="Icon Description" /><br />
We used to run profiler for performance tuning. By using profiler, you can check &#8211;  function timing, function coverage etc. By default profiler profiles the entire modules. But how can we skip a particular user library or class from profiling?</p>
<p><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_howcanidoit.jpg" alt="Icon How Can I Do It?" /><br />
There is a setting file named<font color="#0000ff"> profile.ini</font>, where profiler keep its settings.<br />
For skipping a user library just add a line like this.<br />
<font color="#0000ff"><b>exclude:myuser.lib</b></font></p>
<p>Assume you have a class named <font color="#0000ff">CHighPerfomance</font> and want it to be skipped from profiling, then add the following line.<br />
<font color="#0000ff"><b>exclude:CHighPerfomance.obj</b></font></p>
<p><a href="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_whereisit.jpg" title="Icon - Where is it?"><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_whereisit.jpg" alt="Icon - Where is it?" /></a><br />
The profiler setting file is located at<br />
<font color="#0000ff">&lt;VisualStudioDir&gt;\VC98\bin\PROFILER.INI</font></p>
]]></content:encoded>
			<wfw:commentRss>http://weseetips.com/2008/03/26/how-to-skip-a-class-or-library-from-being-profiled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy MSDN.</title>
		<link>http://weseetips.com/2008/03/23/handy-msdn/</link>
		<comments>http://weseetips.com/2008/03/23/handy-msdn/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 18:50:18 +0000</pubDate>
		<dc:creator>Jijo Raj</dc:creator>
				<category><![CDATA[Visual Studio Tools]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=17</guid>
		<description><![CDATA[In some urgent cases we need to refer function details such as .h, lib, dll name of API etc&#8230;, evenif MSDN or internet is not accessable. For that inside visual studio directory a CSV file is provided which describe complete Win32 API function descriptions. Its here &#8211; &#60;VisualStudioDir&#62;\VC98\Lib\WIN32API.CSV Open and have a look!]]></description>
			<content:encoded><![CDATA[<p><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_description.jpg" alt="Icon Description" /><br />
In some urgent cases we need to refer function details such as .h, lib, dll name of API etc&#8230;, evenif MSDN or internet is not accessable. For that inside visual studio directory a CSV file is provided which describe complete Win32 API function descriptions.</p>
<p><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_whereisit.jpg" alt="Icon - Where is it?" /><a href="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_whereisit.jpg" title="Icon - Where is it?"><br />
</a>Its here &#8211; <font color="#0000ff">&lt;VisualStudioDir&gt;\VC98\Lib\WIN32API.CSV</font><br />
Open and have a look!</p>
]]></content:encoded>
			<wfw:commentRss>http://weseetips.com/2008/03/23/handy-msdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

