Skip to content

surik/hpctimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High-resolution timers library.

Timers:
    * gettimeofday
    * rdtsc
    * clock_gettime via CLOCK_MONOTONIC

For use clock_gettime timers linking with librt.
At initializing a timer can make a bind to CPU using the flag HPCTIMER_BINDTOCPU
(need glibc >= 2.6).

**********
Install:
    $ ./configure [...optional args...]
    $ make
    $ sudo make 

Uninstall:
    $ sudo make uninstall

About

High-resolution timers library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages