table of contents
Stdlib.Spacetime(3) | OCaml library | Stdlib.Spacetime(3) |
NAME¶
Stdlib.Spacetime - no description
Module¶
Module Stdlib.Spacetime
Documentation¶
Module Spacetime
: (module Stdlib__spacetime)
val enabled : bool
enabled is true if the compiler is configured with spacetime and false otherwise
module Series : sig end
module Snapshot : sig end
val save_event_for_automatic_snapshots : event_name:string -> unit
Like Spacetime.Series.save_event , but writes to the automatic snapshot file. This function is a no-op if OCAML_SPACETIME_INTERVAL was not set.
2022-03-11 | OCamldoc |