Justin To wrote:
> Hello, I'm looking for a program to profile my non-rails ruby program...
> I found ruby-prof, can that do the job? if it does, I have no idea how
> to install and run it to profile my programs =(

gem install ruby-prof

ruby-prof my-prog.rb

See ruby-prof -h for optoins. The -p graph_html option is nice. I've 
been a very happy user of ruby-prof.

-- 
       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407