ruby-prof 1.4.5-2build2 source package in Ubuntu

Changelog

ruby-prof (1.4.5-2build2) noble; urgency=medium

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 03:35:24 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ruby-prof_1.4.5.orig.tar.xz 70.7 KiB 122793938f78915f150a0b540a18cae053826dc6779da3abc13bf16dd2713dcb
ruby-prof_1.4.5-2build2.debian.tar.xz 8.4 KiB dfb408a9230ec175bfd708085b8166357ef556c23b20b7bf7500dbb85ed20907
ruby-prof_1.4.5-2build2.dsc 2.0 KiB 0b82ff7e27a774acce02d66254ac631557c86013857699ec15932f199af59bb2

Available diffs

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.