Helpers.Counter_log
Stateful “message × count” log, see its use in, e.g., "./src/bin_flexmasa/command_voting.ml"
where baked-levels are accumulated and then displayed. .
val create : Internal_pervasives.unit -> t
val add :
t ->
Internal_pervasives.string ->
Internal_pervasives.int ->
Internal_pervasives.unit
val incr : t -> Internal_pervasives.string -> Internal_pervasives.unit
val sum : t -> Internal_pervasives.int
val to_table_string : t -> Internal_pervasives.string