<?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 Your PHP Scripts</title>
	<atom:link href="http://www.v-nessa.net/2007/04/15/timing-your-php-scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.v-nessa.net/2007/04/15/timing-your-php-scripts</link>
	<description>pink is the new black</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:17:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: AURO</title>
		<link>http://www.v-nessa.net/2007/04/15/timing-your-php-scripts/comment-page-1#comment-11039</link>
		<dc:creator>AURO</dc:creator>
		<pubDate>Fri, 10 Jun 2011 13:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.v-nessa.net/2007/04/15/timing-your-php-scripts/#comment-11039</guid>
		<description>You can do that in easier way by writing:

$t=microtime(true); //at top of your page execution

//and

echo &quot;This page loaded in &quot;.(microtime(true)-$t).&quot; seconds.&quot;; // at the end</description>
		<content:encoded><![CDATA[<p>You can do that in easier way by writing:</p>
<p>$t=microtime(true); //at top of your page execution</p>
<p>//and</p>
<p>echo &#8220;This page loaded in &#8220;.(microtime(true)-$t).&#8221; seconds.&#8221;; // at the end</p>
]]></content:encoded>
	</item>
</channel>
</rss>

