RubyGems.org

hitimes

1.1.1

Hitimes is a fast, high resolution timer library for recording performance metrics. It uses the appropriate C 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 <tt>clock_gettime()</tt>, * Mac OS X * Windows 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+.

installgem install hitimes
Authors

Jeremy Hinegardner

21,941 total downloads 3,890 for this version
Owners

Ae36591847393e58ff189704f5eb18f2

Gemfile
gem "hitimes", "~> 1.1.1"
Versions
  1. 1.1.1 September 6, 2010 x86-mswin32
  2. 1.1.1 September 6, 2010 java
  3. 1.1.1 September 6, 2010 x86-mingw32
  4. 1.1.1 September 4, 2010
  5. 1.1.0 July 28, 2010 java
Show all versions (30 total)