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 Debian Archiv squeeze (main)
Version0.7.3-1
Sektionruby
Prioritätoptional
Installierte Größe172 Byte
Hängt ab vonruby (>= 1.8), rake, libc6 (>= 2.3.6-6~), libruby1.8 (>= 1.8.7.72)
Empfohlene Pakete
PaketbetreuerArnaud Cornet
Quelle
Paketgröße31908 Byte
Prüfsumme MD59a1e20918c27810e8d0e413b772f9967
Prüfsumme SHA1d6a9d2e2da747b99f3d2f99d23709e3feb90ad6b
Prüfsumme SHA2562cf0a9ed71a77427ea8a17f986878fe94f078d4796dd074b2547fc6019ecb69f
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