Module Time_stamp_counter

module Time_stamp_counter: Time_stamp_counter

val clock_rt_getres : unit -> int
Some experimentation with different clocks
val clock_mono_getres : unit -> int
val clock_rt_gettime : unit -> int
val clock_mono_gettime : unit -> int
module Cycles: sig .. end
Small routines for working with the timestamp counter.