Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
Dhdr_histogram.c326 int32_t sub_bucket_count_magnitude; in hdr_calculate_bucket_config() local
341sub_bucket_count_magnitude = (int32_t) ceil(log((double)largest_value_with_single_unit_resolution)… in hdr_calculate_bucket_config()
342 …cfg->sub_bucket_half_count_magnitude = ((sub_bucket_count_magnitude > 1) ? sub_bucket_count_magnit… in hdr_calculate_bucket_config()