ruby-prof – A fast code profiler for Ruby
Thursday, October 26th, 2006ruby-prof just hit Debian unstable:
% apt-cache show ruby-prof | sed -ne “/^Description/,/^$/p”
Description: A fast code profiler for Ruby
ruby-prof is runs a ruby program and keeps track of the amount of time spent
in each method. At the end of execution it displays collected information.
Its features include:
* Speed – it is [...]



