package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.08.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.08.1.tar.gz
sha256=b53ed3d487b83fd49bc181bded066ae8e6fb592cf40514261d27d36050d5db85
md5=723b6bfe8cf5abcbccc6911143f71055

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.