Skip to content

Instantly share code, notes, and snippets.

@kolen
Created November 20, 2018 22:19
Show Gist options
  • Save kolen/37c48219bf3f5effc692bf80488006f0 to your computer and use it in GitHub Desktop.
Save kolen/37c48219bf3f5effc692bf80488006f0 to your computer and use it in GitHub Desktop.
require "ruby-prof"
RubyProf.measure_mode = RubyProf::ALLOCATIONS
RubyProf.start
result = RubyProf.stop
RubyProf::CallTreePrinter.new(result).print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment