Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

checkblock.cpp File Reference
#include <bench/bench.h>
#include <chainparams.h>
#include <validation.h>
#include <streams.h>
#include <consensus/validation.h>
#include <bench/data/block813851.raw.h>
+ Include dependency graph for checkblock.cpp:

Go to the source code of this file.

Functions

static void DeserializeBlockTest (benchmark::State &state)
 
static void DeserializeAndCheckBlockTest (benchmark::State &state)
 
 BENCHMARK (DeserializeBlockTest)
 
 BENCHMARK (DeserializeAndCheckBlockTest)
 

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( DeserializeBlockTest  )

◆ BENCHMARK() [2/2]

◆ DeserializeAndCheckBlockTest()

static void DeserializeAndCheckBlockTest ( benchmark::State state)
static

◆ DeserializeBlockTest()

static void DeserializeBlockTest ( benchmark::State state)
static
Released under the MIT license