<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: PHP: Measuring code execution time</title>
	<link>http://www.tummblr.com/web-development/php/php-measuring-code-execution-time/</link>
	<description>Records of my tumblings through the intarwebs</description>
	<pubDate>Sun, 12 Oct 2008 05:38:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Tummblr</title>
		<link>http://www.tummblr.com/web-development/php/php-measuring-code-execution-time/#comment-70</link>
		<dc:creator>Tummblr</dc:creator>
		<pubDate>Tue, 04 Dec 2007 06:28:09 +0000</pubDate>
		<guid>http://www.tummblr.com/web-development/php/php-measuring-code-execution-time/#comment-70</guid>
		<description>Good point.  The benchmark is being polluted by an extra "$begintime = $time[1] + $time[0];" *gasp*

Seriously, thanks for pointing that out. :)  That code seems to have floated around the intarwebs for many years without anyone noticing.  Shame!

Welcome to my humble experiment of a blog, and Zenphoto banzai!</description>
		<content:encoded><![CDATA[<p>Good point.  The benchmark is being polluted by an extra &#8220;$begintime = $time[1] + $time[0];&#8221; *gasp*</p>
<p>Seriously, thanks for pointing that out. <img src='http://www.tummblr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  That code seems to have floated around the intarwebs for many years without anyone noticing.  Shame!</p>
<p>Welcome to my humble experiment of a blog, and Zenphoto banzai!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan</title>
		<link>http://www.tummblr.com/web-development/php/php-measuring-code-execution-time/#comment-69</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Tue, 04 Dec 2007 06:19:29 +0000</pubDate>
		<guid>http://www.tummblr.com/web-development/php/php-measuring-code-execution-time/#comment-69</guid>
		<description>Minor thing, but for the php4 version, to get an accurate time, the $begintime = $time[1] + $time[0]; (the first one) should come after the 2nd microtime call. Just change $time to $time1/$time2 so you can work with them after the measurement.

I know I know, I'm way too concerned with the details ;-)</description>
		<content:encoded><![CDATA[<p>Minor thing, but for the php4 version, to get an accurate time, the $begintime = $time[1] + $time[0]; (the first one) should come after the 2nd microtime call. Just change $time to $time1/$time2 so you can work with them after the measurement.</p>
<p>I know I know, I&#8217;m way too concerned with the details <img src='http://www.tummblr.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.124 seconds -->
