1Stdlib.Spacetime(3) OCaml library Stdlib.Spacetime(3)
2
3
4
6 Stdlib.Spacetime - no description
7
9 Module Stdlib.Spacetime
10
12 Module Spacetime
13 : (module Stdlib__spacetime)
14
15
16
17
18
19
20
21
22 val enabled : bool
23
24
25 enabled is true if the compiler is configured with spacetime and false
26 otherwise
27
28
29 module Series : sig end
30
31
32
33
34 module Snapshot : sig end
35
36
37
38
39
40 val save_event_for_automatic_snapshots : event_name:string -> unit
41
42 Like Spacetime.Series.save_event , but writes to the automatic snapshot
43 file. This function is a no-op if OCAML_SPACETIME_INTERVAL was not
44 set.
45
46
47
48
49
50OCamldoc 2021-01-26 Stdlib.Spacetime(3)