Searched refs:ticks_per_half_distance (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.h | 332 int32_t ticks_per_half_distance; member 408 …entile_init(struct hdr_iter* iter, const struct hdr_histogram* h, int32_t ticks_per_half_distance); 460 struct hdr_histogram* h, FILE* stream, int32_t ticks_per_half_distance,
|
D | hdr_histogram.c | 879 percentile_reporting_ticks = percentiles->ticks_per_half_distance * half_distance; in percentile_iter_next() 890 …centile_init(struct hdr_iter* iter, const struct hdr_histogram* h, int32_t ticks_per_half_distance) in hdr_iter_percentile_init() argument 897 iter->specifics.percentiles.ticks_per_half_distance = ticks_per_half_distance; in hdr_iter_percentile_init() 1101 struct hdr_histogram* h, FILE* stream, int32_t ticks_per_half_distance, in hdr_percentiles_print() argument 1113 hdr_iter_percentile_init(&iter, h, ticks_per_half_distance); in hdr_percentiles_print()
|