![]() |
#include <stdint.h>
#include <citrusleaf/cf_atomic.h>
Go to the source code of this file.
Data Structures | |
struct | cf_histogram |
struct | cf_histogram_counts |
Macros | |
#define | CF_N_HIST_COUNTS 64 |
Functions | |
cf_histogram * | cf_histogram_create (char *name) |
void | cf_histogram_dump (cf_histogram *h) |
void | cf_histogram_get_counts (cf_histogram *h, cf_histogram_counts *hc) |
void | cf_histogram_insert_data_point (cf_histogram *h, uint64_t start) |
#define CF_N_HIST_COUNTS 64 |
Definition at line 35 of file target/Linux-x86_64/include/citrusleaf/cf_hist.h.
cf_histogram* cf_histogram_create | ( | char * | name | ) |
void cf_histogram_dump | ( | cf_histogram * | h | ) |
void cf_histogram_get_counts | ( | cf_histogram * | h, |
cf_histogram_counts * | hc | ||
) |
void cf_histogram_insert_data_point | ( | cf_histogram * | h, |
uint64_t | start | ||
) |