How to Install and Uninstall rubygem-hitimes.noarch Package on Fedora 35

Last updated: November 26,2024

1. Install "rubygem-hitimes.noarch" package

Please follow the guidelines below to install rubygem-hitimes.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-hitimes.noarch

2. Uninstall "rubygem-hitimes.noarch" package

Please follow the guidance below to uninstall rubygem-hitimes.noarch on Fedora 35:

$ sudo dnf remove rubygem-hitimes.noarch $ sudo dnf autoremove

3. Information about the rubygem-hitimes.noarch package on Fedora 35

Last metadata expiration check: 2:19:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-hitimes
Version : 2.0.0
Release : 3.fc35
Architecture : noarch
Size : 19 k
Source : rubygem-hitimes-2.0.0-3.fc35.src.rpm
Repository : fedora
Summary : A fast, high resolution timer library for recording performance metrics
URL : http://github.com/copiousfreetime/hitimes
License : ISC
Description : 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`.