Go to the source code of this file.
Macros | |
#define | LOG_TEST(x) gpr_log(GPR_INFO, "%s", x); |
Functions | |
static void | expect_percentile (grpc_histogram *h, double percentile, double min_expect, double max_expect) |
int | main (void) |
static void | test_merge (void) |
static void | test_no_op (void) |
static void | test_percentile (void) |
static void | test_simple (void) |
Definition at line 23 of file histogram_test.cc.
|
static |
Definition at line 29 of file histogram_test.cc.
int main | ( | void | ) |
Definition at line 158 of file histogram_test.cc.
|
static |
Definition at line 100 of file histogram_test.cc.
|
static |
Definition at line 25 of file histogram_test.cc.
|
static |
Definition at line 55 of file histogram_test.cc.
|
static |
Definition at line 38 of file histogram_test.cc.