Bitcoin Core  27.99.0
P2P Digital Currency
Functions
bech32.cpp File Reference
#include <bench/bench.h>
#include <bech32.h>
#include <util/strencodings.h>
#include <string>
#include <vector>
Include dependency graph for bech32.cpp:

Go to the source code of this file.

Functions

static void Bech32Encode (benchmark::Bench &bench)
 
static void Bech32Decode (benchmark::Bench &bench)
 
 BENCHMARK (Bech32Encode, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (Bech32Decode, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ Bech32Decode()

static void Bech32Decode ( benchmark::Bench bench)
static

Definition at line 26 of file bech32.cpp.

Here is the call graph for this function:

◆ Bech32Encode()

static void Bech32Encode ( benchmark::Bench bench)
static

Definition at line 14 of file bech32.cpp.

Here is the call graph for this function:

◆ BENCHMARK() [1/2]

◆ BENCHMARK() [2/2]