Add profile:stackprof rake task.

This commit is contained in:
Dylan Thacker-Smith
2014-02-27 11:20:49 -05:00
parent 7ba02d2811
commit 5de1082201
5 changed files with 26 additions and 0 deletions
+4
View File
@@ -65,6 +65,10 @@ namespace :profile do
ruby "./performance/profile.rb"
end
task :stackprof do
ruby "./performance/stackprof.rb"
end
desc "Run KCacheGrind"
task :grind => :run do
system "qcachegrind /tmp/liquid.rubyprof_calltreeprinter.txt"