You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> The `method` parameter is set to `hdr` to indicate that HDR Histogram should be used to calculate the percentiles
247
+
<1> `hdr` object indicates that HDR Histogram should be used to calculate the percentiles and specific settings for this algorithm can be specified inside the object
245
248
<2> `number_of_significant_value_digits` specifies the resolution of values for the histogram in number of significant digits
246
249
247
-
The HDRHistogram only supports positive values and will error if it is passed a negative value. It is also not a good idea to use
250
+
The HDRHistogram only supports positive values and will error if it is passed a negative value. It is also not a good idea to use
248
251
the HDRHistogram if the range of values is unknown as this could lead to high memory usage.
<1> The `method` parameter is set to `hdr` to indicate that HDR Histogram should be used to calculate the percentile_ranks
142
+
<1> `hdr` object indicates that HDR Histogram should be used to calculate the percentiles and specific settings for this algorithm can be specified inside the object
142
143
<2> `number_of_significant_value_digits` specifies the resolution of values for the histogram in number of significant digits
143
144
144
-
The HDRHistogram only supports positive values and will error if it is passed a negative value. It is also not a good idea to use
145
+
The HDRHistogram only supports positive values and will error if it is passed a negative value. It is also not a good idea to use
145
146
the HDRHistogram if the range of values is unknown as this could lead to high memory usage.
0 commit comments