Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Functions
bench.c File Reference
#include <stdio.h>
#include <string.h>
#include "../include/secp256k1.h"
#include "util.h"
#include "bench.h"
Include dependency graph for bench.c:

Go to the source code of this file.

Classes

struct  bench_data
 

Functions

static void help (int default_iters)
 
static void bench_verify (void *arg, int iters)
 
static void bench_sign_setup (void *arg)
 
static void bench_sign_run (void *arg, int iters)
 
static void bench_keygen_setup (void *arg)
 
static void bench_keygen_run (void *arg, int iters)
 
int main (int argc, char **argv)
 

Function Documentation

◆ bench_keygen_run()

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

Definition at line 137 of file bench.c.

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

◆ bench_keygen_setup()

static void bench_keygen_setup ( void *  arg)
static

Definition at line 128 of file bench.c.

Here is the caller graph for this function:

◆ bench_sign_run()

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

Definition at line 110 of file bench.c.

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

◆ bench_sign_setup()

static void bench_sign_setup ( void *  arg)
static

Definition at line 98 of file bench.c.

Here is the caller graph for this function:

◆ bench_verify()

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

Definition at line 79 of file bench.c.

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

◆ help()

static void help ( int  default_iters)
static

Definition at line 14 of file bench.c.

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

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 168 of file bench.c.

Here is the call graph for this function: