Module Core_profiler.Probe_type

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

Type of a probe (Intf.S).

include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.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