Module Raw_spacetime_lib.Heap_snapshot
type ttype heap_snapshot= t
module Entries : sig ... endval timestamp : t -> floatThe timestamp of a snapshot. The units are as for
Sys.time(unless custom timestamps are being provided, cf. theSpacetimemodule in the standard library).
val gc_stats : t -> Gc_stats.tval entries : t -> Entries.tval words_scanned : t -> intval words_scanned_with_profinfo : t -> int
module Total_allocation : sig ... endval total_allocations : t -> Total_allocation.t optionTotal allocations across *all threads*.
module Event : sig ... endmodule Series : sig ... end