~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to bundles/stdcompat/stdcompat-current/interfaces/4.04/spacetime.mli

  • Committer: Thierry Martinez
  • Date: 2019-08-20 13:37:04 UTC
  • Revision ID: git-v1:0214afad4a32c95349c2c5a38e37cea407c455d0
Update bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module Series :
 
2
sig
 
3
  type t
 
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
 
7
end
 
8
module Snapshot : sig val take : ?time:float -> Series.t -> unit end
 
9
val save_event_for_automatic_snapshots : event_name:string -> unit