ruby-prof 1.0.0-2build1 source package in Ubuntu

Changelog

ruby-prof (1.0.0-2build1) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Wed, 26 Feb 2020 17:10:59 +0000

Upload details

Uploaded by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
ruby-prof_1.0.0.orig.tar.xz 62.9 KiB 49e90a8869d6b453101a9f2fda7f4ea5c381cc3684cfa54d2c1ac36bed020407
ruby-prof_1.0.0-2build1.debian.tar.xz 7.3 KiB dd67bcc53e57ae07bc17252c7ebd00d85a3dfaf5d8692950571cdfcecf516755
ruby-prof_1.0.0-2build1.dsc 2.0 KiB 333215791fc4972aff958641274e7fcc559528a078e534a7fbc79a9dd822b4e3

View changes file

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