Bitcoin Core  27.99.0
P2P Digital Currency
Functions
checkblock.cpp File Reference
#include <bench/bench.h>
#include <bench/data.h>
#include <chainparams.h>
#include <common/args.h>
#include <consensus/validation.h>
#include <streams.h>
#include <util/chaintype.h>
#include <validation.h>
Include dependency graph for checkblock.cpp:

Go to the source code of this file.

Functions

static void DeserializeBlockTest (benchmark::Bench &bench)
 
static void DeserializeAndCheckBlockTest (benchmark::Bench &bench)
 
 BENCHMARK (DeserializeBlockTest, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (DeserializeAndCheckBlockTest, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ BENCHMARK() [1/2]

◆ BENCHMARK() [2/2]

◆ DeserializeAndCheckBlockTest()

static void DeserializeAndCheckBlockTest ( benchmark::Bench bench)
static

Definition at line 33 of file checkblock.cpp.

Here is the call graph for this function:

◆ DeserializeBlockTest()

static void DeserializeBlockTest ( benchmark::Bench bench)
static

Definition at line 19 of file checkblock.cpp.

Here is the call graph for this function: