File: spacetime.mli

package info (click to toggle)
ocaml-stdcompat 20~git20240529-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,540 kB
  • sloc: ml: 34,099; sh: 861; makefile: 249
file content (10 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
10
val enabled : bool
module Series :
sig
  type t
  val create : path:string -> t
  val save_event : ?time:float -> t -> event_name:string -> unit
  val save_and_close : ?time:float -> t -> unit
end
module Snapshot : sig val take : ?time:float -> Series.t -> unit end
val save_event_for_automatic_snapshots : event_name:string -> unit