Bitcoin Core  27.99.0
P2P Digital Currency
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::PriorityLevel::HIGH)
 
 BENCHMARK (Base58CheckEncode, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (Base58Decode, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ Base58CheckEncode()

static void Base58CheckEncode ( benchmark::Bench bench)
static

Definition at line 28 of file base58.cpp.

Here is the call graph for this function:

◆ Base58Decode()

static void Base58Decode ( benchmark::Bench bench)
static

Definition at line 43 of file base58.cpp.

Here is the call graph for this function:

◆ Base58Encode()

static void Base58Encode ( benchmark::Bench bench)
static

Definition at line 13 of file base58.cpp.

Here is the call graph for this function:

◆ BENCHMARK() [1/3]

◆ BENCHMARK() [2/3]

◆ BENCHMARK() [3/3]