memprof
memprof copied to clipboard
A Ruby gem for memory profiling
[](https://reviewable.io/reviews/ice799/memprof/22)
License?
What license is this released under? Sorry if it's in an obvious place and I'm just missing it.
I'm getting the following while trying to install memprof gem ``` Installing gem memprof-0.3.10 /home/divya/.rvm/gems/ree-1.8.7-2012.02/gems/memprof-0.3.10/.gitignore .... .... /home/divya/.rvm/gems/ree-1.8.7-2012.02/gems/memprof-0.3.10/spec/tracing_spec.rb Building native extensions. This could take a while... ERROR: Error installing memprof:...
memprof got installed. > uname -a > Linux foo-xen #1 SMP Mon Jan 26 03:09:12 UTC 2009 x86_64 GNU/Linux But, i am getting "Segmentation fault" when i run the example...
I've been using memprof with my project, specifically the stats and dump methods. They work perfectly. However, when I attempt to use the dump_all method, I get this: # Can...
I am running, ruby 1.8.7 (2010-04-19 patchlevel 253) [i686-darwin10.4.0], MBARI 0x6770, Ruby Enterprise Edition 2010.02 and memprof version 0.3.6 and I get error in the subject, thats all and mongrel...
OS X 10.7.2, MRI 1.8.7-p249 via RVM, everything compiled with GCC 4.2, `require "memprof"` produces: ``` LoadError: dlopen(/Users/john/.rvm/gems/ruby-1.8.7-p249/gems/memprof-0.3.10/lib/memprof.bundle, 9): Symbol not found: __mh_bundle_header Referenced from: /Users/john/.rvm/gems/ruby-1.8.7-p249/gems/memprof-0.3.10/lib/memprof.bundle Expected in: flat namespace...
good evening, I have the following line in my production.rb: require 'memprof/middleware' config.middleware.insert(0, Memprof::Tracer) Upon any request to my app, it partially renders then ends with this in stdout: ......
I get this: Users/gnufied/.rvm/rubies/ruby-1.8.7-p330/bin/ruby extconf.rb checking for main() in -lyajl_ext... yes checking for json/json_gen.h... yes checking for mach-o/dyld.h... yes *** extconf.rb failed *** Could not create Makefile due to some...
I was wondering if there was a real reason you did not release a 32 bit version, or is this a preference issue? I'm wondering if you have any plans...