package memtrace_viewer

  1. Overview
  2. Docs
Interactive memory profiler based on Memtrace

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=0d9b7ddf94f9cf090930a36468abd4f4ca40c5618ec02dbbc6fd47fb0572433d

doc/memtrace_viewer.common/Memtrace_viewer_common/Data/Fragment/Oriented/index.html

Module Fragment.OrientedSource

type fragment := t
Sourcetype t

A fragment and an orientation. Can be thought of as a tree node -- with its extensions as children and it's retraction as parent.

Sourceval fragment : t -> fragment
Sourceval orient : t -> Orientation.t
Sourceval first : t -> Location.t
Sourceval retract : t -> t option
Sourceval retract_by : t -> n:int -> t option
Sourceval one_frame_extensions : t -> (Location.t, t) Core.List.Assoc.t
Sourceval has_extensions : t -> bool
Sourceval extend : t -> Location.t -> t option
Sourcemodule Debug : sig ... end