<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Timing C/C++ Code on Linux</title>
	<atom:link href="http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:14:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Olaf</title>
		<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/comment-page-1/#comment-915</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=96#comment-915</guid>
		<description>good stuff, just what I was looking for.  Actually, I made something similar for Windows and was now looking for the same thing in linux.  Here&#039;s a suggestion for you: Why not make the start/stop functions inline?  Actually, I used macros instead, which pretty much comes out to the same.  The reason is: if you want to make multiple measurements, especially nested ones, you want to avoid any function overhead.  Also, I added the capability to compute the average elapsed time for multiple measurements on the same loop.</description>
		<content:encoded><![CDATA[<p>good stuff, just what I was looking for.  Actually, I made something similar for Windows and was now looking for the same thing in linux.  Here&#8217;s a suggestion for you: Why not make the start/stop functions inline?  Actually, I used macros instead, which pretty much comes out to the same.  The reason is: if you want to make multiple measurements, especially nested ones, you want to avoid any function overhead.  Also, I added the capability to compute the average elapsed time for multiple measurements on the same loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/comment-page-1/#comment-840</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 02 Mar 2009 20:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=96#comment-840</guid>
		<description>The attached cpp file had the correct function but there was a typo in the post.  Good catch, thanks.</description>
		<content:encoded><![CDATA[<p>The attached cpp file had the correct function but there was a typo in the post.  Good catch, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bugi</title>
		<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/comment-page-1/#comment-839</link>
		<dc:creator>bugi</dc:creator>
		<pubDate>Mon, 02 Mar 2009 20:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=96#comment-839</guid>
		<description>Correct function:
timersub(&amp;start,&amp;stop,&amp;result);</description>
		<content:encoded><![CDATA[<p>Correct function:<br />
timersub(&amp;start,&amp;stop,&amp;result);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/comment-page-1/#comment-675</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 23 Sep 2008 14:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=96#comment-675</guid>
		<description>Sure enough, I corrected the link.  Thanks</description>
		<content:encoded><![CDATA[<p>Sure enough, I corrected the link.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zehawk</title>
		<link>http://allmybrain.com/2008/06/10/timing-cc-code-on-linux/comment-page-1/#comment-674</link>
		<dc:creator>zehawk</dc:creator>
		<pubDate>Mon, 22 Sep 2008 16:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://allmybrain.com/?p=96#comment-674</guid>
		<description>Thanks for the mods. However, both your links to the files point to the same file.</description>
		<content:encoded><![CDATA[<p>Thanks for the mods. However, both your links to the files point to the same file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

