![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#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>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) | |
| BENCHMARK | ( | DeserializeAndCheckBlockTest | ) |
| BENCHMARK | ( | DeserializeBlockTest | ) |
|
static |
Definition at line 42 of file checkblock.cpp.
|
static |
Definition at line 28 of file checkblock.cpp.