package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.09.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.09.1.tar.gz
sha256=3e3146e0c876d14bdd574cb543e782feb2b07a7cabd054a8f322ef40de61943a

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.