package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.10.0

Install

Dune Dependency

Authors

Maintainers

Sources

4.10.0.tar.gz
sha256=58bae0f0a79daf86ec755a173e593fef4ef588f15c6185993af88ceb9722bc39

doc/raw_spacetime_lib/Raw_spacetime_lib/Heap_snapshot/Entries/index.html

Module Heap_snapshot.Entries

type t

An immutable array of the total number of blocks (= boxed values) and the total number of words occupied by such blocks (including their headers) for each profiling annotation in the heap.

val length : t -> int
val annotation : t -> int -> Annotation.t
val num_blocks : t -> int -> int
val num_words_including_headers : t -> int -> int
OCaml

Innovation. Community. Security.