Bitcoin ABC 0.32.6
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

void bench_multiset (void *arg, int iters)
 
void bench_multiset_setup (void *arg)
 
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()

void bench_multiset ( void *  arg,
int  iters 
)

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()

void bench_multiset_setup ( void *  arg)

Definition at line 40 of file bench_impl.h.

Here is the caller graph for this function:

◆ run_multiset_bench()

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

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.