Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Functions
bech32.cpp File Reference
#include <bench/bench.h>
#include <bench/nanobench.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 (Bech32Decode)
 

Function Documentation

static void Bech32Decode ( benchmark::Bench bench)
static

Definition at line 27 of file bech32.cpp.

Here is the call graph for this function:

static void Bech32Encode ( benchmark::Bench bench)
static

Definition at line 15 of file bech32.cpp.

Here is the call graph for this function:

BENCHMARK ( Bech32Encode  )
BENCHMARK ( Bech32Decode  )