Module Core_profiler.Probe_type

type t =
| Timer
| Probe of Core_profiler_disabled.Profiler_units.t

Type of a probe (Intf.S).

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 to_char : t -> char
val of_char : char -> t
val is_probe : t -> bool
val units : t -> Core_profiler_disabled.Profiler_units.t option