Event.Duration_end
type=3
val size_word :
name:string ->
t_ref:Thread_ref.t ->
args:
[< `Bool of bool & 'a & 'b & 'c & 'd
| `Float of float & 'e & 'f & 'g & 'h
| `Int of int
| `Kid of int & 'i & 'j & 'k & 'l
| `None
| `String of string ]
Arguments.t ->
unit ->
int
val encode :
Output.t ->
name:string ->
t_ref:Thread_ref.t ->
time_ns:int64 ->
args:
[< `Bool of bool & 'a & 'b & 'c & 'd & 'e & 'f & 'g
| `Float of float & 'h & 'i & 'j & 'k & 'l & 'm & 'n
| `Int of int
| `Kid of int & 'o & 'p & 'q & 'r & 's & 't & 'u
| `None
| `String of string ]
Arguments.t ->
unit ->
unit