Functions | |
def | _threshold_for_count_below (buckets, boundaries, count_below) |
def | counter (core_stats, name) |
def | histogram (core_stats, name) |
def | percentile (buckets, pctl, boundaries) |
Variables | |
Histogram = collections.namedtuple('Histogram', 'buckets boundaries') | |
|
private |
Definition at line 18 of file massage_qps_stats_helpers.py.
def performance.massage_qps_stats_helpers.counter | ( | core_stats, | |
name | |||
) |
Definition at line 45 of file massage_qps_stats_helpers.py.
def performance.massage_qps_stats_helpers.histogram | ( | core_stats, | |
name | |||
) |
Definition at line 54 of file massage_qps_stats_helpers.py.
def performance.massage_qps_stats_helpers.percentile | ( | buckets, | |
pctl, | |||
boundaries | |||
) |
Definition at line 40 of file massage_qps_stats_helpers.py.
performance.massage_qps_stats_helpers.Histogram = collections.namedtuple('Histogram', 'buckets boundaries') |
Definition at line 51 of file massage_qps_stats_helpers.py.