RubyGems Navigation menu

hitimes 1.2.2

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`.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 2.0.0 - September 23, 2019 (26.5 KB)
  2. 1.3.1 - January 18, 2019 x64-mingw32 (515 KB)
  3. 1.3.1 - January 18, 2019 x86-mingw32 (455 KB)
  4. 1.3.1 - January 18, 2019 java (38 KB)
  5. 1.3.1 - January 18, 2019 (32 KB)
  6. 1.2.2 - July 09, 2014 (31.5 KB)
Show all versions (61 total)

Development Dependencies (5):

json ~> 1.7.7
minitest ~> 5.3
rake ~> 10.0
rake-compiler ~> 0.9
rdoc ~> 4.1

Owners:

Authors:

  • Jeremy Hinegardner

SHA 256 checksum:

c44a808cafedd9a3571a1990668ce1f5f60b7e1ab6bd8b5feaa60edaf17bc39f

Total downloads 54,927,992

For this version 17,041,261

License:

ISC

Required Ruby Version: >= 0

Links: