package memtrace_viewer

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

Install

Dune Dependency

Authors

Maintainers

Sources

memtrace_viewer-v0.16.0.tar.gz
sha256=bb50fc48fef748dffe7ff1e151021b1361500c432a8c2991065fd31fd474f817

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

Module Data.FragmentSource

Sourcemodule Id : sig ... end
Sourcetype t
Sourceval id : t -> Id.t
Sourceval is_empty : t -> bool
Sourceval is_singleton : t -> bool
Sourceval same : t -> t -> bool
Sourceval entry : t -> Entry.t
Sourceval first : t -> orient:Orientation.t -> Location.t
Sourceval backtrace : t -> Backtrace.t
Sourceval backtrace_rev : t -> Backtrace.Reversed.t
Sourceval retract : t -> orient:Orientation.t -> t option
Sourceval retract_by : t -> orient:Orientation.t -> n:int -> t option
Sourceval one_frame_extensions : t -> orient:Orientation.t -> (Location.t, t) Core.List.Assoc.t
Sourceval has_extensions : t -> orient:Orientation.t -> bool
Sourceval extend : t -> orient:Orientation.t -> Location.t -> t option
Sourceval extend_by_callers : t -> Backtrace.Reversed.t -> t option
Sourceval extend_by_callees : t -> Backtrace.t -> t option
Sourceval is_extension : t -> extension:t -> orient:Orientation.t -> bool
Sourceval representative : t -> t
Sourceval length : t -> int
Sourcemodule Debug : sig ... end
Sourcemodule Oriented : sig ... end
Sourceval oriented : t -> orient:Orientation.t -> Oriented.t
Sourcemodule Iterator : sig ... end
Sourceval iterator_start : t -> Iterator.t option
Sourceval iterator_end : t -> Iterator.t option
Sourceval is_trivial : t -> bool
OCaml

Innovation. Community. Security.