Profiling Tools

Is there a profiling tool that will parse my production.log to find out
what actions are being called most often, and what actions are taking
the longest time to process?

I am looking for an easy-to-use profiling tool that will take actual
usage statistics (based on Rails log) into account rather than using
simulated runs.

Check out http://rails-analyzer.rubyforge.org/ .

On Mar 7, 4:14 am, E-minenz Dot com [email protected]