Bitcoin Core 28.99.0
P2P Digital Currency
Functions
checkblock.cpp File Reference
#include <bench/bench.h>
#include <bench/data/block413567.raw.h>
#include <chainparams.h>
#include <common/args.h>
#include <consensus/validation.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>
#include <util/chaintype.h>
#include <validation.h>
#include <cassert>
#include <cstddef>
#include <memory>
#include <optional>
#include <vector>
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 42 of file checkblock.cpp.

Here is the call graph for this function:

◆ DeserializeBlockTest()

static void DeserializeBlockTest ( benchmark::Bench bench)
static

Definition at line 28 of file checkblock.cpp.

Here is the call graph for this function: