Go to the source code of this file.
Macros | |
#define | NUM_TIMERS (10 * 1000 * 1000) |
Functions | |
BENCHMARK_IMPL (million_timers) | |
static void | close_cb (uv_handle_t *handle) |
static void | timer_cb (uv_timer_t *handle) |
Variables | |
static int | close_cb_called |
static int | timer_cb_called |
#define NUM_TIMERS (10 * 1000 * 1000) |
Definition at line 25 of file benchmark-million-timers.c.
BENCHMARK_IMPL | ( | million_timers | ) |
Definition at line 41 of file benchmark-million-timers.c.
|
static |
Definition at line 36 of file benchmark-million-timers.c.
|
static |
Definition at line 31 of file benchmark-million-timers.c.
|
static |
Definition at line 28 of file benchmark-million-timers.c.
|
static |
Definition at line 27 of file benchmark-million-timers.c.