<?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: Profiling Django</title>
	<atom:link href="http://www.oluyede.org/blog/2007/03/07/profiling-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oluyede.org/blog/2007/03/07/profiling-django/</link>
	<description>Everything considered harmful</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:28:24 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.oluyede.org/blog/2007/03/07/profiling-django/comment-page-1/#comment-53062</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 03 Mar 2008 02:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/07/profiling-django/#comment-53062</guid>
		<description>&lt;p&gt;There is no runcall at the module level, but if you instantiate a Profile object you get access to the runcall method.
...
import cProfile
prof = cProfile.Profile()
return prof.runcall(handler, environ, start_response)
...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is no runcall at the module level, but if you instantiate a Profile object you get access to the runcall method.
&#8230;
import cProfile
prof = cProfile.Profile()
return prof.runcall(handler, environ, start_response)
&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.oluyede.org/blog/2007/03/07/profiling-django/comment-page-1/#comment-22868</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Wed, 07 Mar 2007 13:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/07/profiling-django/#comment-22868</guid>
		<description>&lt;p&gt;The patch is not really mine, I just updated the one you can find on the wiki page. Anyway.. you&#039;re welcome :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The patch is not really mine, I just updated the one you can find on the wiki page. Anyway.. you&#8217;re welcome <img src='http://www.oluyede.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime Biais</title>
		<link>http://www.oluyede.org/blog/2007/03/07/profiling-django/comment-page-1/#comment-22866</link>
		<dc:creator>Maxime Biais</dc:creator>
		<pubDate>Wed, 07 Mar 2007 13:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.oluyede.org/blog/2007/03/07/profiling-django/#comment-22866</guid>
		<description>&lt;p&gt;Thanks for the patch ! so simple to write, but not so simple to find the good place to plug it...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the patch ! so simple to write, but not so simple to find the good place to plug it&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>
