Home
last modified time | relevance | path

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

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c811 return iter->cumulative_count < iter->total_count; in has_next()
824 iter->cumulative_count += iter->count; in move_next()
892 iter->cumulative_count = 0; in hdr_iter_init()
940 double current_percentile = (100.0 * (double) iter->cumulative_count) / iter->h->total_count; in percentile_iter_next()
1198 int64_t total_count = iter.cumulative_count; in hdr_percentiles_print()
/third_party/node/deps/histogram/include/hdr/
H A Dhdr_histogram.h388 int64_t cumulative_count; member

Completed in 4 milliseconds