module Timer:Timer class is used for measuring elapsed time or time between two points.sig
..end
type
t
typetimer_t =
int64
val create : unit -> t
val instance : unit -> t
val tick : t -> timer_t
val delta_s : t -> timer_t -> timer_t -> float