views:

132

answers:

1

Is there an open source equivalent to FiveRun's Tuneup product for Ruby on Rails performance measurments?

+1  A: 

There's ruby-prof

http://ruby-prof.rubyforge.org/

It's a bit more technical in it's reports, but has been proven to be very valuable when hunting for performance issues.

Ariejan