![]() |
Bitcoin Core
28.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <bench/data.h>#include <consensus/validation.h>#include <node/blockstorage.h>#include <streams.h>#include <test/util/setup_common.h>#include <util/chaintype.h>#include <validation.h>Go to the source code of this file.
Functions | |
| static FlatFilePos | WriteBlockToDisk (ChainstateManager &chainman) |
| static void | ReadBlockFromDiskTest (benchmark::Bench &bench) |
| static void | ReadRawBlockFromDiskTest (benchmark::Bench &bench) |
| BENCHMARK (ReadBlockFromDiskTest, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK (ReadRawBlockFromDiskTest, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK | ( | ReadBlockFromDiskTest | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
| BENCHMARK | ( | ReadRawBlockFromDiskTest | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
|
static |
|
static |
1.8.14