package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Call_site : sig ... end
module Allocation_site : sig ... end
module Function : sig ... end
module Location : sig ... end
module Call_sites : sig ... end
module Graph : sig ... end
module Entry : sig ... end
module Metadata : sig ... end
module Backtrace : sig ... end
module Fragment : sig ... end
module type Suffix_tree = sig ... end
module Fragment_trie : sig ... end
module Info : sig ... end
type t = {
  1. graph : Graph.t;
  2. filtered_graph : Graph.t option;
  3. trie : Fragment_trie.t;
  4. total_allocations_unfiltered : Core.Byte_units.t;
  5. peak_allocations : Core.Byte_units.t;
  6. peak_allocations_time : Core.Time_ns.Span.t;
  7. call_sites : Call_sites.t;
  8. hot_paths : Fragment.t list;
  9. hot_locations : Fragment.t list;
  10. info : Info.t option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val empty : t
module Serialized : sig ... end
OCaml

Innovation. Community. Security.