package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.11.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.11.2.tar.gz
sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09

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.