package ocaml-base-compiler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Official release 4.11.2
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.11.2.tar.gz
sha256=044a2a68f6cfa3d2349257770a340ced14c3940fb4d78414dda0e59e4ff0aa09
doc/stdlib/Stdlib/Spacetime/Series/index.html
Module Spacetime.Series
Type representing a file that will hold a series of heap snapshots together with additional information required to interpret those snapshots.
val create : path:string -> tcreate ~path creates a series file at path.
val save_event : ?time:float -> t -> event_name:string -> unitsave_event writes an event, which is an arbitrary string, into the given series file. This may be used for identifying particular points during program execution when analysing the profile. The optional time parameter is as for Snapshot.take.
val save_and_close : ?time:float -> t -> unitsave_and_close series writes information into series required for interpreting the snapshots that series contains and then closes the series file. This function must be called to produce a valid series file. The optional time parameter is as for Snapshot.take.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>