ruby-hitimes 1.2.1-4build1 source package in Ubuntu

Changelog

ruby-hitimes (1.2.1-4build1) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Nov 2021 18:05:04 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
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.2.1.orig.tar.gz 28.0 KiB 7920ab3616d7c05cfbb24fef036f71c91ed6b93ae4981e6c00fd0741b425ac0f
ruby-hitimes_1.2.1-4build1.debian.tar.xz 4.5 KiB ce3c4d18c61341cbda8f53818e1319e0101db399c92f26d8193682351516a207
ruby-hitimes_1.2.1-4build1.dsc 2.1 KiB c2d7d5259a8f9f1b4a4ed3e3cd7e92486c558fe05dd20dda2ef7d441f42a38ed

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