package ocaml-base-compiler

  1. Overview
  2. Docs
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