RubyGems.org

hitimes

1.1.0-java

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 -v 1.1.0
Authors

Jeremy Hinegardner

94,621 total downloads 785 for this version
Owners

Ae36591847393e58ff189704f5eb18f2

Gemfile
gem "hitimes", "~> 1.1.0"
Versions
  1. 1.2.1 March 12, 2013
  2. 1.2.1 March 12, 2013 x86-mswin32
  3. 1.2.1 March 12, 2013 java
  4. 1.2.0 February 9, 2013
  5. 1.2.0 February 9, 2013 java
Show all versions (36 total)