![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <bench/data/block413567.raw.h>#include <flatfile.h>#include <node/blockstorage.h>#include <primitives/block.h>#include <primitives/transaction.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 CBlock | CreateTestBlock () |
| static void | WriteBlockBench (benchmark::Bench &bench) |
| static void | ReadBlockBench (benchmark::Bench &bench) |
| static void | ReadRawBlockBench (benchmark::Bench &bench) |
| BENCHMARK (WriteBlockBench) | |
| BENCHMARK (ReadBlockBench) | |
| BENCHMARK (ReadRawBlockBench) | |
| BENCHMARK | ( | ReadBlockBench | ) |
| BENCHMARK | ( | ReadRawBlockBench | ) |
| BENCHMARK | ( | WriteBlockBench | ) |
|
static |
|
static |
Definition at line 40 of file readwriteblock.cpp.
|
static |
Definition at line 54 of file readwriteblock.cpp.
|
static |
Definition at line 29 of file readwriteblock.cpp.