package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.10.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.10.2.tar.gz
sha256=7aa26e0d70f36f0338df92cf5aaeb2704f3443bfe910a3d02a5dca9162f1d866

doc/raw_spacetime_lib/Raw_spacetime_lib/Heap_snapshot/index.html

Module Raw_spacetime_lib.Heap_snapshot

type t
type heap_snapshot = t
module Entries : sig ... end
val timestamp : t -> float

The timestamp of a snapshot. The units are as for Sys.time (unless custom timestamps are being provided, cf. the Spacetime module in the standard library).

val gc_stats : t -> Gc_stats.t
val entries : t -> Entries.t
val words_scanned : t -> int
val words_scanned_with_profinfo : t -> int
module Total_allocation : sig ... end
val total_allocations : t -> Total_allocation.t option

Total allocations across *all threads*.

module Event : sig ... end
module Series : sig ... end
OCaml

Innovation. Community. Security.