26 #include <citrusleaf/cf_atomic.h>
35 #define CF_N_HIST_COUNTS 64
44 typedef struct cf_histogram_counts_s {
48 typedef struct cf_histogram_s {
void cf_histogram_insert_data_point(cf_histogram *h, uint64_t start)
void cf_histogram_get_counts(cf_histogram *h, cf_histogram_counts *hc)
void cf_histogram_dump(cf_histogram *h)
cf_histogram * cf_histogram_create(char *name)