Module Stats_reporting.Stored_data

module Stored_data: sig .. end

type type_desc = string 
type name = string 
type t = 
| New_field of int * string * type_desc
* name
| Int_datum of int * int * Time_stamp_counter.Cycles.t
| Float_datum of int * float * Time_stamp_counter.Cycles.t
val read_msg_and_snapshot : file:string -> string * Time_stamp_counter.Cycles.snapshot
val fold : file:string -> init:'a -> f:('a -> t -> 'a) -> 'a
val bin_type_desc : type_desc Bin_prot.Type_class.t
val bin_read_type_desc : type_desc Bin_prot.Read.reader
val __bin_read_type_desc__ : (int -> type_desc) Bin_prot.Read.reader
val bin_reader_type_desc : type_desc Bin_prot.Type_class.reader
val bin_size_type_desc : type_desc Bin_prot.Size.sizer
val bin_write_type_desc : type_desc Bin_prot.Write.writer
val bin_writer_type_desc : type_desc Bin_prot.Type_class.writer
val type_desc_of_sexp : Sexplib.Sexp.t -> type_desc
val sexp_of_type_desc : type_desc -> Sexplib.Sexp.t
val bin_name : name Bin_prot.Type_class.t
val bin_read_name : name Bin_prot.Read.reader
val __bin_read_name__ : (int -> name) Bin_prot.Read.reader
val bin_reader_name : name Bin_prot.Type_class.reader
val bin_size_name : name Bin_prot.Size.sizer
val bin_write_name : name Bin_prot.Write.writer
val bin_writer_name : name Bin_prot.Type_class.writer
val name_of_sexp : Sexplib.Sexp.t -> name
val sexp_of_name : name -> Sexplib.Sexp.t
val bin_t : t Bin_prot.Type_class.t
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (int -> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t