Module Counters.Snapshots

type t = {
  1. all : int Over_time.Snapshot.t;
  2. foregrounded : int Over_time.Snapshot.t;
}
val sexp_of_t : t -> Sexplib0.Sexp.t