various speedups

This commit is contained in:
Tobias Lutke
2013-03-19 18:30:09 -04:00
committed by Tom Burns
parent 20beec2de3
commit 7cc10b9abf
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