![]() |
Bitcoin ABC 0.33.3
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
| #define | UNUSED(x) (void)(x) |
| #define | BUFSIZE (3 * 32) |
Functions | |
| static void | bench_multiset (void *arg, int iters) |
| static void | bench_multiset_setup (void *arg) |
| static void | run_multiset_bench (int iters, int argc, char **argv) |
Variables | |
| secp256k1_context * | ctx |
| #define BUFSIZE (3 * 32) |
Definition at line 17 of file bench_impl.h.
| #define UNUSED | ( | x | ) | (void)(x) |
Definition at line 15 of file bench_impl.h.
|
static |
Definition at line 19 of file bench_impl.h.
|
static |
|
static |
Definition at line 44 of file bench_impl.h.
| secp256k1_context* ctx |
Definition at line 13 of file bench_impl.h.