package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Plain_node = Node
module Node : sig ... end
type t
val of_root : Plain_node.Root.t -> merge_prefixes:bool -> t

Construct the elaborated tree for the given unelaborated root. If merge_prefixes is true, combine uninteresting suffix links in a similar manner to the way edges are compressed. This makes for a far more compact display.

val find_node_exn : t -> Plain_node.t -> Node.t