4
val create : path:string -> t
5
val save_event : ?time:float -> t -> event_name:string -> unit
6
val save_and_close : ?time:float -> t -> unit
8
module Snapshot : sig val take : ?time:float -> Series.t -> unit end
9
val save_event_for_automatic_snapshots : event_name:string -> unit