Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 (DeserializeAndCheckBlockTest)

Function Documentation

◆ BENCHMARK() [1/2]

Here is the call graph for this function:

◆ BENCHMARK() [2/2]

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

◆ DeserializeAndCheckBlockTest()

void DeserializeAndCheckBlockTest ( benchmark::Bench & bench)
static

Definition at line 42 of file checkblock.cpp.

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

◆ DeserializeBlockTest()

void DeserializeBlockTest ( benchmark::Bench & bench)
static

Definition at line 28 of file checkblock.cpp.

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