Hdr_histogramval init :
lowest_discernible_value:int ->
highest_trackable_value:int ->
significant_figures:int ->
tInitialize a new histogram
val record_value : t -> int -> boolRecord a value in the histogram
val close : t -> unitClose the histogram
val value_at_percentile : t -> float -> intGet the value at the given percentile in the histogram
val min : t -> intGet the minimum value in the histogram
val max : t -> intGet the maximum value in the histogram
val mean : t -> floatGet the mean value in the histogram
val stddev : t -> floatGet the standard deviation of the values in the histogram