Module Core_profiler.Profiler_epoch

type t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
type t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.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