Created
April 22, 2015 10:53
-
-
Save Andrew8xx8/daa7f386ff52a88b5d40 to your computer and use it in GitHub Desktop.
ruby stackproof
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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