Go to the source code of this file.
Namespaces | |
performance.massage_qps_stats_helpers | |
Functions | |
def | performance.massage_qps_stats_helpers._threshold_for_count_below (buckets, boundaries, count_below) |
def | performance.massage_qps_stats_helpers.counter (core_stats, name) |
def | performance.massage_qps_stats_helpers.histogram (core_stats, name) |
def | performance.massage_qps_stats_helpers.percentile (buckets, pctl, boundaries) |
Variables | |
performance.massage_qps_stats_helpers.Histogram = collections.namedtuple('Histogram', 'buckets boundaries') | |