Bitcoin Core 31.99.0
P2P Digital Currency
Functions
checkblock.cpp File Reference
#include <bench/bench.h>
#include <bench/data/block413567.raw.h>
#include <consensus/validation.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <streams.h>
#include <validation.h>
#include <cassert>
#include <cstddef>
Include dependency graph for checkblock.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( CheckBlockTest  )

◆ BENCHMARK() [2/2]

BENCHMARK ( DeserializeBlockTest  )

◆ CheckBlockTest()

static void CheckBlockTest ( benchmark::Bench bench)
static

Definition at line 30 of file checkblock.cpp.

Here is the call graph for this function:

◆ DeserializeBlockTest()

static void DeserializeBlockTest ( benchmark::Bench bench)
static

Definition at line 20 of file checkblock.cpp.

Here is the call graph for this function: