How to Install and Uninstall ruby-hitimes Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "ruby-hitimes" package

This guide let you learn how to install ruby-hitimes on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-hitimes

2. Uninstall "ruby-hitimes" package

Here is a brief guide to show you how to uninstall ruby-hitimes on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-hitimes $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-hitimes package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-hitimes
Architecture: amd64
Version: 1.2.1-4
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 118
Depends: libc6 (>= 2.17), libruby2.7 (>= 2.7.0~preview1), ruby (>= 1:2.7~0), ruby (<< 1:2.8~)
Filename: pool/universe/r/ruby-hitimes/ruby-hitimes_1.2.1-4_amd64.deb
Size: 24376
MD5sum: 0560e5fb380835263b0e5d999dac29df
SHA1: b2a94f9ba8c97c53d09f78a2b3f8c62faa7a1eda
SHA256: 6170396f2268583eef868524f29d1d8001f60d75aa4fdd687c61c10911e34932
SHA512: 104535f5f19641edd4b65fa0703b82988073f678b35c3fdd564631c6335c5ed90d26da2f2e904ddaf1dd3cf6b4d140e2bb02c7f463352cea670fc7b9e6c7b020
Homepage: https://github.com/copiousfreetime/hitimes
Description-en: 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`.
Description-md5: d2a89d84f113479ac591349f36207552
Ruby-Versions: ruby2.7