<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 
-v4.6. Allow snapshotting without running the GC first.
+v4.6.1. Allow snapshotting without running the GC first.
 
 v4.5. Enable SET_CURRENT_SOURCE() for better reporting (tmm1, joedamato).
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,11 @@
 
 module BleakHouse
   # The body of the exit handler and &lt;tt&gt;SIGUSR2&lt;/tt&gt; trap. It writes a snapshot to a dumpfile named after the current Process.pid.
-  def self.hook
+  def self.hook(gc_runs = 3)
     @count ||= 0
     filename = &quot;/tmp/bleak.%s.%03i.dump&quot; % [Process.pid,@count]
     STDERR.puts &quot;** BleakHouse: working...&quot;
-    BleakHouse.snapshot(filename)
+    BleakHouse.snapshot(filename, gc_runs)
     STDERR.puts &quot;** BleakHouse: complete\n** Bleakhouse: Run 'bleak #{filename}' to analyze.&quot;
     @count += 1
   end</diff>
      <filename>lib/bleak_house/hook.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c7992962a8a224220958f7ede56d195a38d6e204</id>
    </parent>
  </parents>
  <author>
    <name>Evan Weaver</name>
    <email>eweaver@twitter.com</email>
  </author>
  <url>http://github.com/fauna/bleak_house/commit/4e201cf48c9b345b65ae977c4e3fd887dfee5d6b</url>
  <id>4e201cf48c9b345b65ae977c4e3fd887dfee5d6b</id>
  <committed-date>2009-10-02T16:26:07-07:00</committed-date>
  <authored-date>2009-10-02T16:26:07-07:00</authored-date>
  <message>Stuff.</message>
  <tree>4fdcd3cdc30c7c6de5c6230ddbe01049daf53e68</tree>
  <committer>
    <name>Evan Weaver</name>
    <email>eweaver@twitter.com</email>
  </committer>
</commit>
