ruby-hitimes 1.2.1-3build4 source package in Ubuntu

Changelog

ruby-hitimes (1.2.1-3build4) bionic; urgency=medium

  * No-change rebuild for ruby2.5 update.

 -- Matthias Klose <email address hidden>  Thu, 01 Feb 2018 19:02:32 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
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-3build4.debian.tar.xz 4.1 KiB 8a89b76956a5628bbaf3e10d11f68af5da1602e81eff2e0da4bd86cb83b4e6bd
ruby-hitimes_1.2.1-3build4.dsc 2.1 KiB 25176f8e841d943660bd84f513678b368fa54fb206a061836c141815a3a08f5c

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