Home
last modified time | relevance | path

Searched refs:count_at_percentile (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/histogram/src/
Dhdr_histogram.c651 int64_t count_at_percentile = in hdr_value_at_percentile() local
653 count_at_percentile = count_at_percentile > 1 ? count_at_percentile : 1; in hdr_value_at_percentile()
661 if (total >= count_at_percentile) in hdr_value_at_percentile()