RAA - ruby-prof/0.1

ruby-prof / 0.1

Short description: Fast Profiler
Category: Library/Development
Status: beta
Created: 2005-03-22 12:29:44 GMT
Last update: 2005-03-22 12:32:20 GMT
Owner: Shugo Maeda (Projects of this owner)
Homepage: not available
Download: http://shugo.net/archive/ruby-prof/
License: BSD-type
Dependency:
None
Description:

ruby-prof is a profiler for Ruby.

Please require unprof.rb to run the profiler.

$ ruby -runprof foo.rb

You can specify the clock mode by the RUBY_PROF_CLOCK_MODE environment variable.

$ export RUBY_PROF_CLOCK_MODE=gettimeofday

Valid options are:

clock

use clock(3). This is default.

gettimeofday

use gettimeofday(2).

cpu

use the CPU clock counter like RDTSC on Pentium. This mode is supported on Pentium or PowerPC only.

Versions: [0.3 (2005-04-19)] [0.2 (2005-04-10)] [0.1 (2005-03-22)]

Edit this project (for project owner)

back to RAA top