DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameruby-prof
BeschreibungA fast code profiler for Ruby
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.7.3-1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe176 Byte
Hängt ab vonruby (>= 1.8), rake, libc6 (>= 2.4), libruby1.8 (>= 1.8.7.72)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße32628 Byte
Prüfsumme MD5b1eead32583f0da3f4299740e164a1cd
Prüfsumme SHA1e35338824794882e57e1e66e134b338bc08d9c2c
Prüfsumme SHA2560f90573be6d845e38c98460d2ab1331f4a14d8b840746d710f3a778d9c8c71c1
Link zum Herunterladenruby-prof_0.7.3-1_i386.deb
Ausführliche Beschreibungruby-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.


Impressum
Linux is a registered trademark of Linus Torvalds