The Ruby community has gotten very serious about speed in the last year or so. This bodes well for the entire language. Well done guys!
Show HN: Rbkit – a low-pause profiler for ruby
11–14 of 14 posts
Re: Show HN: Rbkit – a low-pause profiler for ruby
#12This is really really cool. Thanks for posting. I'm especially interested in memory usage right now. I wrote a way to generate load and measure memory impact on your app: https://github.com/schneems/derailed_benchmarks Comparing the two, it looks like this app only uses heap size for memory and doesn't take into account memory that isn't being used but hasn't been freed. https://www.dropbox.com/s/679sd83gqlkligk/Scre…
But - we can do this in C though via the rbkit library. A quick google search returns something like - http://nadeausoftware.com/articles/2012/07/c_c_tip_how_get_p...
Happy to merge a PR that reports this data to the desktop app (from then on it is trivial to actually display or plot it on desktop app).
Re: Show HN: Rbkit – a low-pause profiler for ruby
#13Re: Show HN: Rbkit – a low-pause profiler for ruby
#14https://github.com/SamSaffron/memory_profiler
https://github.com/tmm1/rblineprof