![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <bench/bench.h>#include <bench/data.h>#include <flatfile.h>#include <node/blockstorage.h>#include <primitives/block.h>#include <serialize.h>#include <span.h>#include <streams.h>#include <test/util/setup_common.h>#include <validation.h>#include <cassert>#include <cstdint>#include <memory>#include <vector>Go to the source code of this file.
Functions | |
| static FlatFilePos | WriteBlockToDisk (ChainstateManager &chainman) |
| static void | ReadBlockFromDiskBench (benchmark::Bench &bench) |
| static void | ReadRawBlockFromDiskBench (benchmark::Bench &bench) |
| BENCHMARK (ReadBlockFromDiskBench) | |
| BENCHMARK (ReadRawBlockFromDiskBench) | |
| BENCHMARK | ( | ReadBlockFromDiskBench | ) |
| BENCHMARK | ( | ReadRawBlockFromDiskBench | ) |
|
static |
|
static |
|
static |