module Time_stamp_counter: sig .. end
sig
end
type t
val rdtsc : unit -> t
unit -> t
val rdtscp : unit -> t
val diff : t -> t -> int
t -> t -> int