Bitcoin Core  27.99.0
P2P Digital Currency
Functions
block_assemble.cpp File Reference
#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>
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 19 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 50 of file block_assemble.cpp.

Here is the call graph for this function: