package core_profiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module New_group_point.UnpackedSource

Sourcetype t_sources = {
  1. source_id : Probe_id.t;
}
Sourceval sexp_of_t_sources : t_sources -> Ppx_sexp_conv_lib.Sexp.t
Sourceval t_sources_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t_sources
Sourcetype t = {
  1. message_length : int;
  2. message_type : char;
  3. group_id : Probe_id.t;
  4. id : Probe_id.t;
  5. name : string;
  6. sources_grp : t_sources array;
}
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0__.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0__.Sexp.t
Sourceval num_bytes : t -> int
Sourceval write : t -> (Core.read_write, _) Iobuf.t -> int