Bitcoin Core 28.99.0
P2P Digital Currency
Functions
block_assemble.cpp File Reference
#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>
Include dependency graph for block_assemble.cpp:

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)
 

Function Documentation

◆ AssembleBlock()

static void AssembleBlock ( benchmark::Bench bench)
static

Definition at line 25 of file block_assemble.cpp.

Here is the call graph for this function:

◆ BENCHMARK() [1/2]

◆ BENCHMARK() [2/2]

◆ BlockAssemblerAddPackageTxns()

static void BlockAssemblerAddPackageTxns ( benchmark::Bench bench)
static

Definition at line 58 of file block_assemble.cpp.

Here is the call graph for this function: