![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <consensus/consensus.h>#include <node/miner.h>#include <primitives/transaction.h>#include <random.h>#include <script/script.h>#include <sync.h>#include <test/util/mining.h>#include <test/util/script.h>#include <test/util/setup_common.h>#include <validation.h>#include <array>#include <cassert>#include <cstddef>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | BlockAssembler |
| Generate a new block, without valid proof-of-work. More... | |
Functions | |
| static void | AssembleBlock (benchmark::Bench &bench) |
| static void | BlockAssemblerAddPackageTxns (benchmark::Bench &bench) |
| BENCHMARK (AssembleBlock) | |
| BENCHMARK (BlockAssemblerAddPackageTxns) | |
|
static |
Definition at line 25 of file block_assemble.cpp.
| BENCHMARK | ( | AssembleBlock | ) |
| BENCHMARK | ( | BlockAssemblerAddPackageTxns | ) |
|
static |
Definition at line 59 of file block_assemble.cpp.