Module IBase.Timings

Data structure to collect timing percentile informations on all Timeable.t elements

type t
val init : t
val add : Timeable.t -> float -> t -> t

register a new timing measurement

val merge : t -> t -> t
type serialized
val serialize : t -> serialized
val deserialize : serialized -> t
val to_scuba : t -> LogEntry.t list