Bitcoin ABC 0.32.4
P2P Digital Currency
Functions
readwriteblock.cpp File Reference
#include <bench/bench.h>
#include <bench/data.h>
#include <flatfile.h>
#include <node/blockstorage.h>
#include <primitives/block.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>
#include <test/util/setup_common.h>
#include <validation.h>
#include <cassert>
#include <cstdint>
#include <memory>
#include <vector>
Include dependency graph for readwriteblock.cpp:

Go to the source code of this file.

Functions

static FlatFilePos WriteBlockToDisk (ChainstateManager &chainman)
 
static void ReadBlockFromDiskBench (benchmark::Bench &bench)
 
static void ReadRawBlockFromDiskBench (benchmark::Bench &bench)
 
 BENCHMARK (ReadBlockFromDiskBench)
 
 BENCHMARK (ReadRawBlockFromDiskBench)
 

Function Documentation

◆ BENCHMARK() [1/2]

BENCHMARK ( ReadBlockFromDiskBench  )

◆ BENCHMARK() [2/2]

BENCHMARK ( ReadRawBlockFromDiskBench  )

◆ ReadBlockFromDiskBench()

static void ReadBlockFromDiskBench ( benchmark::Bench bench)
static

Definition at line 30 of file readwriteblock.cpp.

Here is the call graph for this function:

◆ ReadRawBlockFromDiskBench()

static void ReadRawBlockFromDiskBench ( benchmark::Bench bench)
static

Definition at line 44 of file readwriteblock.cpp.

Here is the call graph for this function:

◆ WriteBlockToDisk()

static FlatFilePos WriteBlockToDisk ( ChainstateManager chainman)
static

Definition at line 22 of file readwriteblock.cpp.

Here is the caller graph for this function: