<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 16:22:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Cachegrind-less profiling with Xdebug 2.0]]></title>
      <guid>http://www.phpdeveloper.org/news/11275</guid>
      <link>http://www.phpdeveloper.org/news/11275</link>
      <description><![CDATA[<p>
In <a href="http://devzone.zend.com/article/3829-Cachegrind-less-profiling-with-Xdebug-2.0">this new post</a> on the Zend Developer Zone <i>Richard Thomas</i> points out a way he's creates to mimic the cachgrind software that parses XDebug profile output.
</p>
<blockquote>
Cachegrind provides a nice graphical display of your profiling information but I run Mac OSX [...] What I needed was a way to replicate the old Xdebug 1.x functionality. From this the idea of "PHPGrind" was born. Right now its just a proof of concept but I am hoping with some more understanding of the cachegrind format I can make it into something as useful as the graphical versions. 
</blockquote>
<p>
<a href="http://solardemo.phpjack.com/phpgrind.phps">His application</a> grabs the cachegrind file and processes through it to pull out the events, version information and the target profiled and outputs them in a simple loop at end.
</p>
<p>
Commentors on the post also suggest <a href="http://code.google.com/p/webgrind/">Webgrind</a> and <A href="http://www.maccallgrind.com/ ">MacallGrind</a>.
</p>]]></description>
      <pubDate>Thu, 23 Oct 2008 07:58:08 -0500</pubDate>
    </item>
  </channel>
</rss>
