Memtrace_viewer_common.Datamodule Call_site : sig ... endmodule Allocation_site : sig ... endmodule Function : sig ... endmodule Location : sig ... endmodule Call_sites : sig ... endmodule Graph : sig ... endmodule Entry : sig ... endmodule Metadata : sig ... endmodule Backtrace : sig ... endmodule Fragment : sig ... endmodule type Suffix_tree = sig ... endmodule Fragment_trie : sig ... endmodule Info : sig ... endtype t = {graph : Graph.t;filtered_graph : Graph.t option;trie : Fragment_trie.t;total_allocations_unfiltered : Core.Byte_units.t;peak_allocations : Core.Byte_units.t;peak_allocations_time : Core.Time_ns.Span.t;call_sites : Call_sites.t;hot_paths : Fragment.t list;hot_locations : Fragment.t list;info : Info.t option;}include Sexplib0.Sexpable.S with type t := tinclude Sexplib0.Sexpable.Of_sexp with type t := tval t_of_sexp : Sexplib0.Sexp.t -> tinclude Sexplib0.Sexpable.Sexp_of with type t := tval sexp_of_t : t -> Sexplib0.Sexp.tval empty : tmodule Serialized : sig ... end