Bitcoin Core  27.99.0
P2P Digital Currency
Functions
parse_hex.cpp File Reference
#include <bench/bench.h>
#include <random.h>
#include <stddef.h>
#include <util/strencodings.h>
#include <cassert>
#include <optional>
#include <vector>
Include dependency graph for parse_hex.cpp:

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)
 

Function Documentation

◆ BENCHMARK()

BENCHMARK ( HexParse  ,
benchmark::PriorityLevel::HIGH   
)

◆ generateHexString()

std::string generateHexString ( size_t  length)

Definition at line 13 of file parse_hex.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HexParse()

static void HexParse ( benchmark::Bench bench)
static

Definition at line 25 of file parse_hex.cpp.

Here is the call graph for this function: