type tAbstract type to represent a measure.
val file : stringThe name of file where the measure are exported.
val init : string list -> unitInitialize the instrument.
val getMeasure : unit -> t Lwt.tGets a measure.
val diff : t -> t -> t Lwt.tdiff x y computes the difference between x and y.
val to_string_lwt : t -> string Lwt.tReturns the representation of the t value as a string.
val to_ezjsonm_lwt : t -> Ezjsonm.value Lwt.tReturns the representation of the t value as an Ezjsonm.value.