<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,9 +23,23 @@ Hoe.new(PKG_NAME, PKG_VERSION) do |p|
   p.url            = &quot;http://www.liquidmarkup.org&quot;    
 end
 
-desc &quot;Run the liquid profile/perforamce coverage&quot;
-task :profile do
+
+namespace :profile do
+
+  
+  task :default =&gt; [:run]
+  
+  desc &quot;Run the liquid profile/perforamce coverage&quot;
+  task :run do
   
-  ruby &quot;performance/shopify.rb&quot;
+    ruby &quot;performance/shopify.rb&quot;
+  
+  end
+  
+  desc &quot;Run KCacheGrind&quot; 
+  task :grind =&gt; :run  do
+    system &quot;kcachegrind /tmp/liquid.rubyprof_calltreeprinter.txt&quot;
+  end
+end
   
-end
\ No newline at end of file
+  
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>44f35c09900ca6ef817ac4000febc05d946d6ad9</id>
    </parent>
  </parents>
  <author>
    <name>Tobias L&#252;tke</name>
    <email>tobi@jadedpixel.com</email>
  </author>
  <url>http://github.com/tobi/liquid/commit/7ff4352de24bfddc7a920e7593e35021420c1992</url>
  <id>7ff4352de24bfddc7a920e7593e35021420c1992</id>
  <committed-date>2009-06-15T07:35:49-07:00</committed-date>
  <authored-date>2009-06-15T07:35:49-07:00</authored-date>
  <message>Added convenience task rake profile:grind to load up KCacheGind</message>
  <tree>eb8192f6f80f11e2625b221015868491752330df</tree>
  <committer>
    <name>Tobias L&#252;tke</name>
    <email>tobi@jadedpixel.com</email>
  </committer>
</commit>
