Module One_off_timings.Timing

type t = {
  1. kind : Kind.t;
  2. value : Core.Time_ns.Span.t;
  3. collected_at : One_off.Collected_at.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t