![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <stdlib.h>#include <stdint.h>#include <stdio.h>#include <string.h>#include "tests_common.h"Go to the source code of this file.
Macros | |
| #define | FP_EXP (6) |
| #define | FP_MULT (1000000LL) |
Functions | |
| static void | print_number (const int64_t x) |
| static void | run_benchmark (char *name, void(*benchmark)(void *, int), void(*setup)(void *), void(*teardown)(void *, int), void *data, int count, int iter) |
| static int | have_flag (int argc, char **argv, char *flag) |
| static int | have_invalid_args (int argc, char **argv, char **valid_args, size_t n) |
| static int | get_iters (int default_iters) |
| static void | print_output_table_header_row (void) |