Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c346 int significant_figures, in hdr_calculate_bucket_config()
353 significant_figures < 1 || 5 < significant_figures || in hdr_calculate_bucket_config()
360 cfg->significant_figures = significant_figures; in hdr_calculate_bucket_config()
363 largest_value_with_single_unit_resolution = 2 * power(10, significant_figures); in hdr_calculate_bucket_config()
394 h->significant_figures = (int32_t)cfg->significant_figures; in hdr_init_preallocated()
411 int significant_figures, in hdr_init()
418 int r = hdr_calculate_bucket_config(lowest_discernible_value, highest_trackable_value, significant_figures, in hdr_init()
343 hdr_calculate_bucket_config( int64_t lowest_discernible_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram_bucket_config* cfg) hdr_calculate_bucket_config() argument
408 hdr_init( int64_t lowest_discernible_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result) hdr_init() argument
453 hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result) hdr_alloc() argument
974 format_line_string(char* str, size_t len, int significant_figures, format_type format) format_line_string() argument
[all...]
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h22 int32_t significant_figures; member
52 * @param significant_figures The level of precision for this histogram, i.e. the number
64 int significant_figures,
76 * hdr_init(1, highest_trackable_value, significant_figures, result);
80 int hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result);
483 int64_t significant_figures; member
495 int significant_figures,

Completed in 3 milliseconds