Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
hashpadding.cpp File Reference
#include <bench/bench.h>
#include <crypto/sha256.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)
static void RegularPadded (benchmark::Bench &bench)
 BENCHMARK (RegularPadded)

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( PrePadded )
Here is the call graph for this function:

◆ BENCHMARK() [2/2]

BENCHMARK ( RegularPadded )
Here is the call graph for this function:

◆ PrePadded()

void PrePadded ( benchmark::Bench & bench)
static

Definition at line 11 of file hashpadding.cpp.

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

◆ RegularPadded()

void RegularPadded ( benchmark::Bench & bench)
static

Definition at line 31 of file hashpadding.cpp.

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