<?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>0xDEADBEEF &#187; code profiling</title>
	<atom:link href="http://deadbeef.psychotomy.net/tag/code-profiling/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadbeef.psychotomy.net</link>
	<description>Geek Chic?  Or just Geek!</description>
	<lastBuildDate>Sat, 30 Mar 2013 04:06:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Advanced PHP Debugger (APD)</title>
		<link>http://deadbeef.psychotomy.net/2009/04/advanced-php-debugger-apd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=advanced-php-debugger-apd</link>
		<comments>http://deadbeef.psychotomy.net/2009/04/advanced-php-debugger-apd/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 12:17:32 +0000</pubDate>
		<dc:creator>attriel</dc:creator>
				<category><![CDATA[Tool Tips]]></category>
		<category><![CDATA[code profiling]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://deadbeef.psychotomy.net/?p=108</guid>
		<description><![CDATA[The first Code Profiler we looked at was the Advanced PHP Debugger (APD).  (http://pecl.php.net/apd) Which I insist on calling ADP for some reason.  This one had a lot of features that looked interesting, and had a single function call for turning it on or off.  Something we could add to the pages we were interested in [...]]]></description>
				<content:encoded><![CDATA[<p>The first Code Profiler we looked at was the Advanced PHP Debugger (APD).  (http://pecl.php.net/apd) Which I insist on calling ADP for some reason.  This one had a lot of features that looked interesting, and had a single function call for turning it on or off.  Something we could add to the pages we were interested in checking, or to our config to profile the complete set.</p>
<p>Unfortunately, the project looks to have been abandoned, with the last release (1.0.1) being from 2004.  We tried setting it up anyway, the zend hooks still existed AFAICT and it&#8217;s not unreasonable to believe that profiling data would be reasonably unchanging.  The rest of the &#8220;Debugger&#8221; might be out of date, but perhaps profiling would work.</p>
<p>As it turned out, apparently not ALL of the zend hooks still existed in the same form, and so every page load simply crashed PHP and the apache process managing the connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.psychotomy.net/2009/04/advanced-php-debugger-apd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
