Bitcoin ABC 0.33.3
P2P Digital Currency
Macros | Functions | Variables
bench_impl.h File Reference
#include "../../bench.h"
#include "../include/secp256k1_multiset.h"
Include dependency graph for bench_impl.h:

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_contextctx
 

Macro Definition Documentation

◆ BUFSIZE

#define BUFSIZE   (3 * 32)

Definition at line 17 of file bench_impl.h.

◆ UNUSED

#define UNUSED (   x)    (void)(x)

Definition at line 15 of file bench_impl.h.

Function Documentation

◆ bench_multiset()

static void bench_multiset ( void *  arg,
int  iters 
)
static

Definition at line 19 of file bench_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ bench_multiset_setup()

static void bench_multiset_setup ( void *  arg)
static

Definition at line 40 of file bench_impl.h.

Here is the caller graph for this function:

◆ run_multiset_bench()

static void run_multiset_bench ( int  iters,
int  argc,
char **  argv 
)
static

Definition at line 44 of file bench_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ ctx

Definition at line 13 of file bench_impl.h.