ruby-hitimes 1.3.1-1build4 source package in Ubuntu

Changelog

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

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

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 01:28:25 -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-hitimes_1.3.1.orig.tar.gz 29.2 KiB 5ebba95e4300cbd53fd089693332ac95f6e276672fab30c1115b6c0617474bf1
ruby-hitimes_1.3.1-1build4.debian.tar.xz 4.4 KiB de609926bdff7133bd2a486b82280d7bb7a9a90330761ee161961b4e963f2203
ruby-hitimes_1.3.1-1build4.dsc 2.1 KiB 16a46ef26a5609ef7d4535afdc375603ba349a01bb4e8ce22655ebe48ef0b93f

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