Module Js_of_ocaml_compiler.Timer

type t
val init : (unit -> float) -> unit
val make : unit -> t
val get : t -> float
val print : Stdlib.Format.formatter -> t -> unit