package tracing

  1. Overview
  2. Docs
type t = {
  1. pid : int;
  2. tid : int;
  3. mutable process_name : string option;
  4. mutable thread_name : string option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare : t -> t -> int