![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#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>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) | |
| BENCHMARK | ( | DeserializeBlockTest | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
| BENCHMARK | ( | DeserializeAndCheckBlockTest | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
|
static |
1.8.14