<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,11 @@
+Ruby Memory Measure
+-------------------
+
 Ever wonder how much memory your process is using?  Have you ever wanted to know at specific points of execution what the memory usage looks like? 
 This should give you a similar sense of the process memory usage as looking at top, task manager or activity monitor.  The advantage is you don't have
 to run an external tool to capture what's going on inside your process.
 
+ bytes = RMem::Report.memory
+ puts format(&quot;footprint: %d bytes, %.2f kbytes, and %.4f MB&quot;, bytes, bytes/1024.0, bytes/1024.0/1024.0)
+
 For ruby see test.rb</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a09f0f1dccf92d990552766d8ee81a27f88547b5</id>
    </parent>
  </parents>
  <author>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </author>
  <url>http://github.com/taf2/rmem/commit/f3014fafedf3af9b2c925dfa577a59106c8f3944</url>
  <id>f3014fafedf3af9b2c925dfa577a59106c8f3944</id>
  <committed-date>2009-04-30T16:59:54-07:00</committed-date>
  <authored-date>2009-04-30T16:59:54-07:00</authored-date>
  <message>update README</message>
  <tree>b75e733bf406fec1030b78c68e9dd921248f6f3b</tree>
  <committer>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </committer>
</commit>
