Skip to content

Instantly share code, notes, and snippets.

@Andrew8xx8
Created April 22, 2015 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Andrew8xx8/daa7f386ff52a88b5d40 to your computer and use it in GitHub Desktop.
Save Andrew8xx8/daa7f386ff52a88b5d40 to your computer and use it in GitHub Desktop.
ruby stackproof
require 'stackprof'
StackProf.run(mode: :wall, out: 'out.dump') do
require 'sprockets'
end
system 'stackprof out.dump'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment