RubyGems Navigation menu

absolute_time 1.0.0

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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.0 - February 06, 2013 (11.5 KB)
  2. 0.1.0 - September 17, 2011 (6.5 KB)

擁有者:

作者:

  • Brian Buchanan

SHA 256 checksum:

343a002ca5d0950eb56e8fceb9fdfc3e52cf8975a3502fae84e833fe8bb4bd5c

總下載次數 679,597

這個版本 669,035

License:

BSD

Ruby 版本需求:

相關連結: