Buffering.Histogram
type t = ( int, int ) Stdlib.Hashtbl.t
A table of <bucket> to <count>
val create : unit -> ( 'a, 'b ) Stdlib.Hashtbl.t
val add : ( 'a, int ) Stdlib.Hashtbl.t -> 'b -> unit