ruby-prof 1.4.5-2 source package in Ubuntu

Changelog

ruby-prof (1.4.5-2) unstable; urgency=high

  * Team upload.
  * Skip a test on s390x

 -- Nilesh Patra <email address hidden>  Tue, 07 Feb 2023 02:47:38 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ruby-prof_1.4.5-2.dsc 1.4 KiB aa3f35f2cb2423bf651858b100b557692260139f6d953ac2ca4fea674a08261d
ruby-prof_1.4.5.orig.tar.xz 70.7 KiB 122793938f78915f150a0b540a18cae053826dc6779da3abc13bf16dd2713dcb
ruby-prof_1.4.5-2.debian.tar.xz 8.3 KiB c56a7273994d119bd6331aa1cb14846faf90b1d7550009bf584d1872fa622940

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.