package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.11.0

Install

Dune Dependency

Authors

Maintainers

Sources

4.11.0.tar.gz
sha256=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506

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.