Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
bench.c File Reference
#include <stdio.h>
#include <stdlib.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()

void bench_keygen_run ( void * arg,
int iters )
static

Definition at line 142 of file bench.c.

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

◆ bench_keygen_setup()

void bench_keygen_setup ( void * arg)
static

Definition at line 133 of file bench.c.

Here is the caller graph for this function:

◆ bench_sign_run()

void bench_sign_run ( void * arg,
int iters )
static

Definition at line 115 of file bench.c.

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

◆ bench_sign_setup()

void bench_sign_setup ( void * arg)
static

Definition at line 103 of file bench.c.

Here is the caller graph for this function:

◆ bench_verify()

void bench_verify ( void * arg,
int iters )
static

Definition at line 84 of file bench.c.

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

◆ help()

void help ( int default_iters)
static

Definition at line 15 of file bench.c.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 173 of file bench.c.

Here is the call graph for this function: