Bitcoin ABC  0.26.3
P2P Digital Currency
Functions
block_assemble.cpp File Reference
#include <bench/bench.h>
#include <config.h>
#include <consensus/validation.h>
#include <script/standard.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <test/util/wallet.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)
 
 BENCHMARK (AssembleBlock)
 

Function Documentation

◆ AssembleBlock()

static void AssembleBlock ( benchmark::Bench bench)
static

Definition at line 17 of file block_assemble.cpp.

Here is the call graph for this function:

◆ BENCHMARK()

BENCHMARK ( AssembleBlock  )