Tor 0.4.9.2-alpha-dev
|
#include <metrics_common.h>
Data Fields | |
metrics_histogram_bucket_t * | buckets |
size_t | bucket_count |
int64_t | sum |
uint64_t | count |
Metric histogram object (METRICS_TYPE_HISTOGRAM).
Definition at line 55 of file metrics_common.h.
size_t bucket_count |
Definition at line 59 of file metrics_common.h.
metrics_histogram_bucket_t* buckets |
Definition at line 57 of file metrics_common.h.
uint64_t count |
Definition at line 63 of file metrics_common.h.
int64_t sum |
Definition at line 61 of file metrics_common.h.