module Efficiency:sig..end
type t = {
|
mutable consecutive : |
|
mutable no_more_binary : |
|
mutable no_more_unary : |
|
mutable clashing_instance : |
|
mutable time_correction : |
val write_t : Bi_outbuf.t -> t -> unitCounter.Efficiency.t.val string_of_t : ?len:int -> t -> stringCounter.Efficiency.t into a JSON string.len : specifies the initial length
of the buffer used internally.
Default: 1024.val read_t : Yojson.Safe.lexer_state -> Lexing.lexbuf -> tCounter.Efficiency.t.val t_of_string : string -> tCounter.Efficiency.t.