Bitcoin Core  27.99.0
P2P Digital Currency
Functions
hashpadding.cpp File Reference
#include <bench/bench.h>
#include <hash.h>
#include <random.h>
#include <uint256.h>
Include dependency graph for hashpadding.cpp:

Go to the source code of this file.

Functions

static void PrePadded (benchmark::Bench &bench)
 
 BENCHMARK (PrePadded, benchmark::PriorityLevel::HIGH)
 
static void RegularPadded (benchmark::Bench &bench)
 
 BENCHMARK (RegularPadded, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ BENCHMARK() [1/2]

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

◆ BENCHMARK() [2/2]

◆ PrePadded()

static void PrePadded ( benchmark::Bench bench)
static

Definition at line 11 of file hashpadding.cpp.

Here is the call graph for this function:

◆ RegularPadded()

static void RegularPadded ( benchmark::Bench bench)
static

Definition at line 31 of file hashpadding.cpp.

Here is the call graph for this function: