ruby-hitimes 1.3.1-1build2 source package in Ubuntu

Changelog

ruby-hitimes (1.3.1-1build2) lunar; urgency=medium

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

 -- Lucas Kanashiro <email address hidden>  Mon, 23 Jan 2023 15:39:50 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Lunar
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-1build2.debian.tar.xz 4.4 KiB a16f76163d05321cb65ad1161442da33c59a00002a544ab1166bf98f3e22a8b3
ruby-hitimes_1.3.1-1build2.dsc 2.1 KiB 4f3e369c8ae6643ead9e2536e61d5a2e9f354e83fc59560750b11078dac0c372

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