ruby-prof 1.3.1-2build1 source package in Ubuntu

Changelog

ruby-prof (1.3.1-2build1) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Nov 2021 18:47:32 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-prof_1.3.1.orig.tar.xz 70.5 KiB d9bdaed96c3f830e7bc2c11224d6a01c0b68cea00478b332cf712379f6f414ec
ruby-prof_1.3.1-2build1.debian.tar.xz 7.4 KiB 11eac070a27106129b9e8aa3430b88eb8bf0abcfa26450bb5a47353baef841e0
ruby-prof_1.3.1-2build1.dsc 2.0 KiB e1593168b17c512ef4166efb7fbcfd544e43e6149ec6cde157414d1da92cfdfb

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