various speedups

This commit is contained in:
Tobias Lutke
2012-10-29 21:15:50 -04:00
parent 80be33884e
commit 858cb62c4f
12 changed files with 167 additions and 99 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ namespace :profile do
desc "Run KCacheGrind"
task :grind => :run do
system "qcachegrind /tmp/liquid.rubyprof_calltreeprinter.txt"
system "qcachegrind /tmp//callgrind.liquid.txt"
end
end