Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
base58.cpp File Reference
#include <bench/bench.h>
#include <base58.h>
#include <array>
#include <vector>
Include dependency graph for base58.cpp:

Go to the source code of this file.

Functions

static void Base58Encode (benchmark::Bench &bench)
 
static void Base58CheckEncode (benchmark::Bench &bench)
 
static void Base58Decode (benchmark::Bench &bench)
 
 BENCHMARK (Base58Encode)
 
 BENCHMARK (Base58CheckEncode)
 
 BENCHMARK (Base58Decode)
 

Function Documentation

static void Base58CheckEncode ( benchmark::Bench bench)
static

Definition at line 28 of file base58.cpp.

Here is the call graph for this function:

static void Base58Decode ( benchmark::Bench bench)
static

Definition at line 43 of file base58.cpp.

Here is the call graph for this function:

static void Base58Encode ( benchmark::Bench bench)
static

Definition at line 13 of file base58.cpp.

Here is the call graph for this function:

BENCHMARK ( Base58Encode  )
BENCHMARK ( Base58CheckEncode  )
BENCHMARK ( Base58Decode  )