![]() |
Bitcoin Core
26.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <consensus/validation.h>#include <crypto/sha256.h>#include <node/miner.h>#include <random.h>#include <test/util/mining.h>#include <test/util/script.h>#include <test/util/setup_common.h>#include <txmempool.h>#include <validation.h>#include <vector>Go to the source code of this file.
Functions | |
| static void | AssembleBlock (benchmark::Bench &bench) |
| static void | BlockAssemblerAddPackageTxns (benchmark::Bench &bench) |
| BENCHMARK (AssembleBlock, benchmark::PriorityLevel::HIGH) | |
| BENCHMARK (BlockAssemblerAddPackageTxns, benchmark::PriorityLevel::LOW) | |
|
static |
| BENCHMARK | ( | AssembleBlock | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
| BENCHMARK | ( | BlockAssemblerAddPackageTxns | , |
| benchmark::PriorityLevel::LOW | |||
| ) |
|
static |
1.8.14