Bitcoin ABC  0.28.12
P2P Digital Currency
Macros | Functions | Variables
bench_multiset.c File Reference
#include "include/secp256k1.h"
#include "include/secp256k1_multiset.h"
#include "util.h"
#include "bench.h"
Include dependency graph for bench_multiset.c:

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)
 
int main (void)
 

Variables

secp256k1_contextctx
 

Macro Definition Documentation

◆ BUFSIZE

#define BUFSIZE   (3 * 32)

Definition at line 16 of file bench_multiset.c.

◆ UNUSED

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

Definition at line 14 of file bench_multiset.c.

Function Documentation

◆ bench_multiset()

void bench_multiset ( void *  arg,
int  iters 
)

Definition at line 18 of file bench_multiset.c.

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 39 of file bench_multiset.c.

Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 43 of file bench_multiset.c.

Here is the call graph for this function:

Variable Documentation

◆ ctx

Definition at line 12 of file bench_multiset.c.