Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37668802
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-absolute-time

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.0.0-alt1
Время сборки: 5 февраля 2023, 17:25 ( 64.4 недели назад )
Размер архива: 9049 b

Домашняя страница:   https://github.com/bwbuchanan/absolute_time

Лицензия: BSD
О пакете: Reliable monotonically increasing timer for measuring time intervals
Описание:

This gem provides a monotonically increasing timer to permit safe measurement of
time intervals.

Using Time.now for measuring intervals is not reliable (and sometimes unsafe)
because the system clock may be stepped forwards or backwards between the two
measurements, or may be running slower or faster than real time in order to
effect clock synchronization with UTC.

The module uses OS-specific functions such as mach_absolute_time() and
clock_gettime() to access the system tick counter. The time values returned by
this module cannot be interpreted as real time clock values; they are only
useful for comparison with another time value from this module.

Текущий майнтейнер: Pavel Skrylev

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • gem-absolute-time
  • gem-absolute-time-debuginfo
  • gem-absolute-time-devel
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin