Module Core_profiler.Profiler_epoch

type t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val of_time : Core.Time_ns.t ‑> t
val to_time : t ‑> Core.Time_ns.t
val add : t ‑> Core.Time_ns.Span.t ‑> Core.Time_ns.t
val diff : t ‑> Core.Time_ns.t ‑> Core.Time_ns.Span.t
val of_int : int ‑> t
val to_int : t ‑> int
val to_string : t ‑> string