Up

Module Probe_type

Signature

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

Type of a probe (Intf.S).

val compare : t -> t -> int
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
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