Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <base58.h>
#include <bench/bench.h>
#include <span.h>
#include <array>
#include <cstring>
#include <vector>
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) | |
|
static |
|
static |
|
static |
BENCHMARK | ( | Base58CheckEncode | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | Base58Decode | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | Base58Encode | , |
benchmark::PriorityLevel::HIGH | |||
) |