Paketname | ruby-prof |
Beschreibung | A fast code profiler for Ruby |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.7.3-1 |
Sektion | ruby |
Priorität | optional |
Installierte Größe | 172 Byte |
Hängt ab von | ruby (>= 1.8), rake, libc6 (>= 2.3.6-6~), libruby1.8 (>= 1.8.7.72) |
Empfohlene Pakete | |
Paketbetreuer | Arnaud Cornet |
Quelle | |
Paketgröße | 31908 Byte |
Prüfsumme MD5 | 9a1e20918c27810e8d0e413b772f9967 |
Prüfsumme SHA1 | d6a9d2e2da747b99f3d2f99d23709e3feb90ad6b |
Prüfsumme SHA256 | 2cf0a9ed71a77427ea8a17f986878fe94f078d4796dd074b2547fc6019ecb69f |
Link zum Herunterladen | ruby-prof_0.7.3-1_i386.deb |
Ausführliche Beschreibung | 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.
|