package memtrace-mirage

  1. Overview
  2. Docs

Global trace info

type t = {
  1. sample_rate : float;
  2. word_size : int;
  3. executable_name : string;
  4. host_name : string;
  5. ocaml_runtime_params : string;
  6. pid : Int64.t;
  7. start_time : Timestamp.t;
  8. context : string option;
}