Bitcoin ABC  0.29.2
P2P Digital Currency
Functions
checkblock.cpp File Reference
#include <bench/bench.h>
#include <bench/data.h>
#include <chainparams.h>
#include <config.h>
#include <consensus/validation.h>
#include <streams.h>
#include <validation.h>
Include dependency graph for checkblock.cpp:

Go to the source code of this file.

Functions

static void DeserializeBlockTest (benchmark::Bench &bench)
 
static void DeserializeAndCheckBlockTest (benchmark::Bench &bench)
 
 BENCHMARK (DeserializeBlockTest)
 
 BENCHMARK (DeserializeAndCheckBlockTest)
 

Function Documentation

◆ BENCHMARK() [1/2]

◆ BENCHMARK() [2/2]

BENCHMARK ( DeserializeBlockTest  )

◆ DeserializeAndCheckBlockTest()

static void DeserializeAndCheckBlockTest ( benchmark::Bench bench)
static

Definition at line 33 of file checkblock.cpp.

Here is the call graph for this function:

◆ DeserializeBlockTest()

static void DeserializeBlockTest ( benchmark::Bench bench)
static

Definition at line 18 of file checkblock.cpp.

Here is the call graph for this function: