Module Async_extended.Cpu_load.Stats

type t = {
last_second : float;
last_minute : float;
since_start : float;
}
include Core.Sexpable with type t := t
type t
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t