package memtrace_viewer

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

Module Memtrace_viewer_common.DataSource

Sourcemodule Location : sig ... end
Sourcemodule Backtrace : sig ... end
Sourcemodule Graph : sig ... end
Sourcemodule Entry : sig ... end
Sourcemodule Orientation : sig ... end
Sourcemodule Fragment : sig ... end
Sourcemodule Fragment_trie : sig ... end
Sourcemodule type Suffix_tree = Fragment_trie.Suffix_tree
Sourcemodule Info : sig ... end
Sourcetype 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. hot_paths : Fragment.t list;
  6. hot_call_sites : Fragment.t list;
  7. 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
Sourceval empty : t
Sourcemodule Serialized : sig ... end
OCaml

Innovation. Community. Security.