Home
last modified time | relevance | path

Searched defs:significant_figures (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/histogram/src/
Dhdr_histogram.h22 int32_t significant_figures; member
471 int64_t significant_figures; member
Dhdr_histogram.c323 int significant_figures, in hdr_calculate_bucket_config()
388 int significant_figures, in hdr_init()
430 int hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** resu… in hdr_alloc()
904 static void format_line_string(char* str, size_t len, int significant_figures, format_type format) in format_line_string()