ruby-hitimes 1.3.1-1build5 source package in Ubuntu

Changelog

ruby-hitimes (1.3.1-1build5) noble; urgency=medium

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

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 02:58:17 -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-hitimes_1.3.1.orig.tar.gz 29.2 KiB 5ebba95e4300cbd53fd089693332ac95f6e276672fab30c1115b6c0617474bf1
ruby-hitimes_1.3.1-1build5.debian.tar.xz 4.4 KiB 7ee2258e10e54a1edf4a8fe8a3dbc599a99ba751163c116e031813064621b7af
ruby-hitimes_1.3.1-1build5.dsc 2.1 KiB 714e187e0815641313687ea842aa55966e382153787bf0e3cd8e3280e6bda160

Available diffs

View changes file

Binary packages built by this source

ruby-hitimes: fast, high resolution timer for recording performance metrics

 Hitimes is a fast, high resolution timer library for recording performance
 metrics. It uses the appropriate low method calls for each system to get
 the highest granularity time increments possible.
 .
 It currently supports any of the following systems: * any system with the
 POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can
 be faster than using a series of `Time.new` calls, and it will have a much
 higher granularity. It is definitely faster than using `Process.times`.

ruby-hitimes-dbgsym: debug symbols for ruby-hitimes