package core_profiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Timer
  2. | 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
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