Paketname | ruby-prof |
Beschreibung | A fast code profiler for Ruby |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.7.3-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 176 Byte |
Hängt ab von | ruby (>= 1.8), rake, libc6 (>= 2.4), libruby1.8 (>= 1.8.7.72) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 32628 Byte |
Prüfsumme MD5 | b1eead32583f0da3f4299740e164a1cd |
Prüfsumme SHA1 | e35338824794882e57e1e66e134b338bc08d9c2c |
Prüfsumme SHA256 | 0f90573be6d845e38c98460d2ab1331f4a14d8b840746d710f3a778d9c8c71c1 |
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.
|