From: "A.S. Bradbury" Date: 2007-03-13T19:46:42+09:00 Subject: Re: Perfomance tuning On 3/13/07, Emil Sandin wrote: > Hi, > I have an application that takes a little to long to execute. I would > like to know where I could gain most. The best way is ruby-prof (http://ruby-prof.rubyforge.org). It will generate ascii or html formatted output showing the time spent in methods. See http://www.oreillynet.com/ruby/blog/2006/08/profiling_ruby_code_with_rubyp.html for links to a series of 3 blog posts describing its use. Alex