Skip to content

Instantly share code, notes, and snippets.

@angad
Created October 16, 2013 21:51
Show Gist options
  • Save angad/7015563 to your computer and use it in GitHub Desktop.
Save angad/7015563 to your computer and use it in GitHub Desktop.
#!/home/asingh/local/bin/ruby
require 'rubygems'
require 'memprof'
Memprof.start
12.times{ "abc" }
Memprof.stats
Memprof.stop
error:
ruby: Inline add_freelist tramp insertion failed! Only inserted 0 tramps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment