Up
module
Io_stats
:
sig
#
type
t
#
val
create : unit
->
t
#
val
update :
t
->
kind:
Fd
.
Kind
.
t
->
bytes:Core.Std.Int63.t
->
unit
#
val
total :
t
->
Core.Std.Int63.t
#
val
get :
t
->
kind:
Fd
.
Kind
.
t
->
Core.Std.Int63.t
#
val
t_of_sexp : Sexplib.Sexp.t
->
t
#
val
sexp_of_t :
t
->
Sexplib.Sexp.t
end