This post originated from an RSS feed registered with Ruby Buzz
by Peter Williams.
Original Post: A Better Ruby Profiler
Feed Title: Peter Williams' Weblog
Feed URL: http://barelyenough.org/blog/tag/ruby/feed/
Feed Description: Random thoughs about software development, and anything else I find interesting.
Mr Savage and Shugo Maeda have released ruby-prof
0.4.0.
I have to admit that I have not had much need for a profiler in Ruby
(For Rails or otherwise) so far but it is nice to know that there is a
decent profiler available when, and if, I need one.
The addition of a call graph report is absolutely vital [...]