IBase.Timings
Data structure to collect timing percentile informations on all Timeable.t
elements
val init : t
val add : Timeable.t -> float -> t -> t
register a new timing measurement
val pp : F.formatter -> t -> unit
val serialize : t -> serialized
val deserialize : serialized -> t
val to_scuba : t -> LogEntry.t list