Sampling profiler for Ruby that shows where your code spends time
Sampling profiler for Ruby
rbspy
$ rbspy record --pid 12345 --output profile.svg
$ rbspy record --output flame.svg -- ruby script.rb
$ rbspy snapshot --pid 12345