ruby-prof 1.4.5-2build1 source package in Ubuntu

Changelog

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

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 02:37:51 -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

Downloads

File Size SHA-256 Checksum
ruby-prof_1.4.5.orig.tar.xz 70.7 KiB 122793938f78915f150a0b540a18cae053826dc6779da3abc13bf16dd2713dcb
ruby-prof_1.4.5-2build1.debian.tar.xz 8.3 KiB 19617c676a68a75d1df940c74a3f9fa2e89b0fd1b6fe83a6b4e121740d1c01e1
ruby-prof_1.4.5-2build1.dsc 2.0 KiB 28f22f4162957324d1bdad42f825778f638292eb064cdf42b6bcf454a22d55c3

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.