Hpctimer
High-resolution timers library
Install / Use
/learn @surik/HpctimerREADME
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
