Tue, 21 May 2024 11:12:03 UTC | login

Information for build rubygem-hitimes-1.2.6-2.fc29

ID25027
Package Namerubygem-hitimes
Version1.2.6
Release2.fc29
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/rubygem-hitimes.git#2994abb216aac4afee172f899db0d271014dbdb2
SummaryA fast, high resolution timer library for recording performance metrics
DescriptionHitimes 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`.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 10 May 2018 23:44:50 UTC
CompletedFri, 11 May 2018 00:42:59 UTC
Taskbuild (f29-candidate, /rpms/rubygem-hitimes.git:2994abb216aac4afee172f899db0d271014dbdb2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/rubygem-hitimes.git?#2994abb216aac4afee172f899db0d271014dbdb2'}}
Tags
f29
RPMs
src
rubygem-hitimes-1.2.6-2.fc29.src.rpm (info) (download)
noarch
rubygem-hitimes-doc-1.2.6-2.fc29.noarch.rpm (info) (download)
riscv64
rubygem-hitimes-1.2.6-2.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jan 12 2018 Vít Ondruch <vondruch@redhat.com> - 1.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.5 * Tue Aug 15 2017 Pavel Valena <pvalena@redhat.com> - 1.2.6-1 - Update to 1.2.6. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 10 2017 Vít Ondruch <vondruch@redhat.com> - 1.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jan 11 2016 Pavel Valena <pvalena@redhat.com> - 1.2.3-1 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3 - Update to 1.2.3 - Removed .travis.yml * Wed Feb 18 2015 Josef Stribny <jstribny@redhat.com> - 1.2.2-1 - Update to 1.2.2 - Fix the packaging for Ruby 2.2 * Mon Jan 20 2014 Achilleas Pipinellis <axilleaspi@ymail.com> - 1.2.1-1 - Initial package