Lines Matching refs:values
129 * Records count values in the histogram, will round this value of to a
142 * Records count values in the histogram, will round this value of to a
165 * values that would have occurred had the client providing the load not been blocked.
169 * @param expected_interval The delay between recording values.
182 * values that would have occurred had the client providing the load not been blocked.
190 * @param expected_interval The delay between recording values.
203 * @param expected_interval The delay between recording values.
220 * @param expected_interval The delay between recording values.
227 * Adds all of the values from 'from' to 'this' histogram. Will return the
228 * number of values that are dropped when copying. Values will be dropped
233 * @param from Histogram to copy values from.
234 * @return The number of values dropped when copying.
239 * Adds all of the values from 'from' to 'this' histogram. Will return the
240 * number of values that are dropped when copying. Values will be dropped
245 * @param from Histogram to copy values from.
246 * @return The number of values dropped when copying.
276 * Get the values at the given percentiles.
279 * @param percentiles The ordered percentiles array to get the values for.
281 * @param values Destination array containing the values at the given percentiles.
282 * The values array should be allocated by the caller.
285 int hdr_value_at_percentiles(const struct hdr_histogram *h, const double *percentiles, int64_t *values, size_t length);
288 * Gets the standard deviation for the values in the histogram.
296 * Gets the mean for the values in the histogram.
304 * Determine if two values are equivalent with the histogram's resolution.
306 * equivalent values are counted in a common total count.
311 * @return 'true' if values are equivalent with the histogram's resolution.
318 * equivalent values are counted in a common total count.
327 * Get the count of recorded values at a specific value
332 * @return The total count of values recorded in the histogram within the value range that is
423 * Initialise the iterator for use with recorded values.
428 * Initialise the iterator for use with linear values.
436 * Initialise the iterator for use with logarithmic values
445 * Iterate to the next value for the iterator. If there are no more values
449 * @return 'false' if there are no values remaining for this iterator.
466 * @param value_scale Scale the output values by this amount