Module Core_profiler_disabled__Profiler_units

Units for the measurements made by Core_profiler, used to get better output formatting. This has no performance implications.

type t =
| Words
| Seconds
| Nanoseconds
| Int
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 compare : t -> t -> int
val to_string : t -> string
val of_string : string -> t
val format_int : t -> int -> string