Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <random.h>
#include <stddef.h>
#include <util/strencodings.h>
#include <cassert>
#include <optional>
#include <vector>
Go to the source code of this file.
Functions | |
std::string | generateHexString (size_t length) |
static void | HexParse (benchmark::Bench &bench) |
BENCHMARK (HexParse, benchmark::PriorityLevel::HIGH) | |
BENCHMARK | ( | HexParse | , |
benchmark::PriorityLevel::HIGH | |||
) |
std::string generateHexString | ( | size_t | length | ) |
Definition at line 13 of file parse_hex.cpp.
|
static |