ruby-prof 0.17.0+dfsg-3 source package in Ubuntu

Changelog

ruby-prof (0.17.0+dfsg-3) unstable; urgency=medium

  * Team upload
  * debian/ruby-tests.rake: exclude *all* test classes that involve timing
    tests

 -- Antonio Terceiro <email address hidden>  Fri, 09 Mar 2018 18:20:58 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-prof_0.17.0+dfsg-3.dsc 2.0 KiB 25908ee120eb8301b684e41655071343c96264ebcb4d1f0642ae607afbb7116c
ruby-prof_0.17.0+dfsg.orig.tar.xz 140.1 KiB 203a1bf40748e8416d4b0d8651a58b4c04d09044063d4ea25edafd0294ccabc5
ruby-prof_0.17.0+dfsg-3.debian.tar.xz 8.7 KiB 13562f0890488e1f138dc1b80592506632ee5b7c1285dca220a404541aea06a5

No changes file available.

Binary packages built by this source

ruby-prof: Fast Ruby profiler

 ruby-prof is a fast code profiler for Ruby. It is a C extension and
 therefore is many times faster than the standard Ruby profiler. It
 supports both flat and graph profiles. For each method, graph profiles
 show how long the method ran, which methods called it and which
 methods it called. RubyProf generate both text and html and can output
 it to standard out or to a file.

ruby-prof-dbgsym: debug symbols for ruby-prof