Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created June 25, 2015 20:39
Show Gist options
  • Save joeljackson/6abe1bef1bb66d9db640 to your computer and use it in GitHub Desktop.
Save joeljackson/6abe1bef1bb66d9db640 to your computer and use it in GitHub Desktop.
require 'ruby-prof'
RubyProf.start
render_json( product )
result = RubyProf.stop
#
# # Print a flat profile to text
printer = RubyProf::GraphHtmlPrinter.new(result)
printer.print(File.open('/Users/joelj/output.html', 'w+'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment