Tag: Ruby/プロファイラ
gem 'stackprof'
StackProf.run(mode: :cpu, out: 'tmp/stackprof.dump') do #... end
$ bundle exec stackprof tmp/stackprof.dump