require 'ruby-prof' RubyProf.start loop { Thread.new { sleep 1 } }