<?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: memprof: A Ruby level memory profiler</title>
	<atom:link href="http://timetobleed.com/memprof-a-ruby-level-memory-profiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/</link>
	<description>technical ramblings from a wanna-be unix dinosaur</description>
	<lastBuildDate>Wed, 21 Jul 2010 07:31:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Patrick Collison &#187; blog &#187; Tracing memory leaks in Ruby</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-749</link>
		<dc:creator>Patrick Collison &#187; blog &#187; Tracing memory leaks in Ruby</dc:creator>
		<pubDate>Sun, 27 Jun 2010 21:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-749</guid>
		<description>[...] a quick look at a few existing tools for tracing leaks, it doesn&#8217;t appear that there&#8217;s currently any way of [...]</description>
		<content:encoded><![CDATA[<p>[...] a quick look at a few existing tools for tracing leaks, it doesn&#8217;t appear that there&#8217;s currently any way of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bernstein</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-515</link>
		<dc:creator>Michael Bernstein</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-515</guid>
		<description>Yeah, I spoke with Joe yesterday on irc and he was mentioning some of the items in the works which definitely got me excited.  Nice work - it&#039;ll be a true memory profiler soon :).</description>
		<content:encoded><![CDATA[<p>Yeah, I spoke with Joe yesterday on irc and he was mentioning some of the items in the works which definitely got me excited.  Nice work &#8211; it&#39;ll be a true memory profiler soon :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bernstein</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-504</link>
		<dc:creator>Michael Bernstein</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-504</guid>
		<description>Yeah, I spoke with Joe yesterday on irc and he was mentioning some of the items in the works which definitely got me excited.  Nice work - it&#039;ll be a true memory profiler soon :).</description>
		<content:encoded><![CDATA[<p>Yeah, I spoke with Joe yesterday on irc and he was mentioning some of the items in the works which definitely got me excited.  Nice work &#8211; it&#39;ll be a true memory profiler soon :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tmm1</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-502</link>
		<dc:creator>tmm1</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-502</guid>
		<description>The Memprof.stats API is designed to replace bleak_house. Additional features are being developed- for instance, the Memprof.dump API described at &lt;a href=&quot;http://timetobleed.com/what-is-a-ruby-object-introducing-memprof-dump/&quot; rel=&quot;nofollow&quot;&gt;http://timetobleed.com/what-is-a-ruby-object-in...&lt;/a&gt; will print out all objects in detail, including the number of bytes of character data associated with all strings.</description>
		<content:encoded><![CDATA[<p>The Memprof.stats API is designed to replace bleak_house. Additional features are being developed- for instance, the Memprof.dump API described at <a href="http://timetobleed.com/what-is-a-ruby-object-introducing-memprof-dump/" rel="nofollow"></a><a href="http://timetobleed.com/what-is-a-ruby-object-in.." rel="nofollow">http://timetobleed.com/what-is-a-ruby-object-in..</a>. will print out all objects in detail, including the number of bytes of character data associated with all strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bernstein</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-501</link>
		<dc:creator>Michael Bernstein</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-501</guid>
		<description>How is this actually a memory profiler? &lt;br&gt;&lt;br&gt;1000 test.rb:11:String&lt;br&gt;&lt;br&gt;Okay, so you&#039;re showing we have 1000 arbitrary string values. You&#039;re not actually saying anything about the memory usage - you&#039;re showing the number of string objects instantiated. You&#039;re just counting objects.&lt;br&gt;&lt;br&gt;Note: the commenting system wouldn&#039;t let me edit things... so please if possible delete my posts that I flagged...&lt;br&gt;&lt;br&gt;However, my question stands - how is this actually a memory profiler :).  It says nothing about the fact that every one of the 1000 string instantiations contains n chars which take y bytes to store.</description>
		<content:encoded><![CDATA[<p>How is this actually a memory profiler? </p>
<p>1000 test.rb:11:String</p>
<p>Okay, so you&#39;re showing we have 1000 arbitrary string values. You&#39;re not actually saying anything about the memory usage &#8211; you&#39;re showing the number of string objects instantiated. You&#39;re just counting objects.</p>
<p>Note: the commenting system wouldn&#39;t let me edit things&#8230; so please if possible delete my posts that I flagged&#8230;</p>
<p>However, my question stands &#8211; how is this actually a memory profiler :).  It says nothing about the fact that every one of the 1000 string instantiations contains n chars which take y bytes to store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bernstein</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-500</link>
		<dc:creator>Michael Bernstein</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-500</guid>
		<description>How is this actually a memory profiler? &lt;br&gt;&lt;br&gt;1000 test.rb:11:String&lt;br&gt;&lt;br&gt;Okay, so you&#039;re showing we have 1000 arbitrary string values. You&#039;re not actually saying anything about the memory usage - you&#039;re showing the number of string objects instantiated. You&#039;re just counting objects.&lt;br&gt;&lt;br&gt;(Please delete the other comment with the misspelling :P)</description>
		<content:encoded><![CDATA[<p>How is this actually a memory profiler? </p>
<p>1000 test.rb:11:String</p>
<p>Okay, so you&#39;re showing we have 1000 arbitrary string values. You&#39;re not actually saying anything about the memory usage &#8211; you&#39;re showing the number of string objects instantiated. You&#39;re just counting objects.</p>
<p>(Please delete the other comment with the misspelling :P)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bernsein</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-499</link>
		<dc:creator>Michael Bernsein</dc:creator>
		<pubDate>Wed, 16 Dec 2009 16:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-499</guid>
		<description>How is this actually a memory profiler?  &lt;br&gt;&lt;br&gt;1000 test.rb:11:String&lt;br&gt;&lt;br&gt;Okay, so you&#039;re showing we have 1000 arbitrary string values.  You&#039;re not actually saying anything about the memory usage - you&#039;re showing the number of string objects instantiated.  You&#039;re just counting objects.</description>
		<content:encoded><![CDATA[<p>How is this actually a memory profiler?  </p>
<p>1000 test.rb:11:String</p>
<p>Okay, so you&#39;re showing we have 1000 arbitrary string values.  You&#39;re not actually saying anything about the memory usage &#8211; you&#39;re showing the number of string objects instantiated.  You&#39;re just counting objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartinK</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-483</link>
		<dc:creator>MartinK</dc:creator>
		<pubDate>Mon, 14 Dec 2009 09:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-483</guid>
		<description>Great! Nifty tool. Hoping for i686 support (just segfaults on Leopard 10.5.8 + (older) ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin9.4.0])</description>
		<content:encoded><![CDATA[<p>Great! Nifty tool. Hoping for i686 support (just segfaults on Leopard 10.5.8 + (older) ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin9.4.0])</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-481</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 12 Dec 2009 02:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-481</guid>
		<description>This does not seem to be a memory profiler -- it&#039;s an object instantiation profiler. They are related, but consider:&lt;br&gt;&lt;br&gt;require &#039;memprof&#039;&lt;br&gt;&lt;br&gt;@blah = Hash.new([])&lt;br&gt;&lt;br&gt;Memprof.start&lt;br&gt;10.times {&lt;br&gt;  @blah[1] &lt;&lt; (&quot;aaaaa&quot; * 10000)&lt;br&gt;}&lt;br&gt;&lt;br&gt;1000.times {&lt;br&gt;   @blah[2] &lt;&lt; &quot;bbbbb&quot;&lt;br&gt;}&lt;br&gt;Memprof.stats&lt;br&gt;Memprof.stop</description>
		<content:encoded><![CDATA[<p>This does not seem to be a memory profiler &#8212; it&#39;s an object instantiation profiler. They are related, but consider:</p>
<p>require &#39;memprof&#39;</p>
<p>@blah = Hash.new([])</p>
<p>Memprof.start<br />10.times {<br />  @blah[1] &lt;&lt; (&#8220;aaaaa&#8221; * 10000)<br />}</p>
<p>1000.times {<br />   @blah[2] &lt;&lt; &#8220;bbbbb&#8221;<br />}<br />Memprof.stats<br />Memprof.stop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: banisterfiend</title>
		<link>http://timetobleed.com/memprof-a-ruby-level-memory-profiler/comment-page-1/#comment-480</link>
		<dc:creator>banisterfiend</dc:creator>
		<pubDate>Sat, 12 Dec 2009 01:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://timetobleed.com/?p=1398#comment-480</guid>
		<description>awesome!</description>
		<content:encoded><![CDATA[<p>awesome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
