Skip to content

Commit

Permalink
updated readme to say hitimes supports windows
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Oct 12, 2008
1 parent 32a4b86 commit fbd51bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README
Expand Up @@ -11,16 +11,16 @@

== DESCRIPTION

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.
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 system with the POSIX call clock_gettime() and OSX.
Windows is in the works.
It currently supports any system with the POSIX call clock_gettime(),
Mac OS X and 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.
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.

== SYNOPSIS

Expand Down

0 comments on commit fbd51bf

Please sign in to comment.