Home
last modified time | relevance | path

Searched refs:value_units_per_bucket (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c1060 linear->next_value_reporting_level += linear->value_units_per_bucket; in iter_linear_next()
1081 void hdr_iter_linear_init(struct hdr_iter* iter, const struct hdr_histogram* h, int64_t value_units_per_bucket) in hdr_iter_linear_init() argument
1086 iter->specifics.linear.value_units_per_bucket = value_units_per_bucket; in hdr_iter_linear_init()
1087 iter->specifics.linear.next_value_reporting_level = value_units_per_bucket; in hdr_iter_linear_init()
1088 iter->specifics.linear.next_value_reporting_level_lowest_equivalent = lowest_equivalent_value(h, value_units_per_bucket); in hdr_iter_linear_init()
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h356 int64_t value_units_per_bucket; member
433 int64_t value_units_per_bucket);

Completed in 3 milliseconds