Download Source Package ruby-prof:
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 a C extension and therefore many times faster than
the standard Ruby profiler.
* Flat Profiles - similar to the reports generated by the standard
Ruby profiler.
* Graph profiles - similar to GProf, these show how long a method
runs, which methods call it and which methods it calls.
* Threads - supports profiling multiple threads simultaneously.
* Recursive calls - supports profiling recursive method calls.
* Reports - can generate both text and cross-referenced html reports.
* Output - can output to standard out or to a file.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 31.6 kB | 180 kB | [list of files] |
| amd64 | 31.4 kB | 176 kB | [list of files] |
| armel | 31.5 kB | 172 kB | [list of files] |
| avr32 (unofficial port) | 31.0 kB | 172 kB | [list of files] |
| hppa | 32.8 kB | 176 kB | [list of files] |
| hurd-i386 | 30.7 kB | 172 kB | [list of files] |
| i386 | 31.2 kB | 172 kB | [list of files] |
| ia64 | 35.0 kB | 192 kB | [list of files] |
| kfreebsd-amd64 | 31.6 kB | 122 kB | [list of files] |
| kfreebsd-i386 | 30.7 kB | 118 kB | [list of files] |
| m68k (unofficial port) | 30.9 kB | 172 kB | [list of files] |
| mips | 30.7 kB | 176 kB | [list of files] |
| mipsel | 30.7 kB | 176 kB | [list of files] |
| powerpc | 33.6 kB | 180 kB | [list of files] |
| s390 | 32.0 kB | 176 kB | [list of files] |
| sparc | 30.6 kB | 172 kB | [list of files] |