Bitcoin Core 29.99.0
P2P Digital Currency
Functions
rpc_blockchain.cpp File Reference
#include <bench/bench.h>
#include <bench/data/block413567.raw.h>
#include <chain.h>
#include <core_io.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <rpc/blockchain.h>
#include <serialize.h>
#include <span.h>
#include <streams.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <univalue.h>
#include <validation.h>
#include <cstddef>
#include <memory>
#include <vector>
Include dependency graph for rpc_blockchain.cpp:

Go to the source code of this file.

Functions

static void BlockToJson (benchmark::Bench &bench, TxVerbosity verbosity)
 
static void BlockToJsonVerbosity1 (benchmark::Bench &bench)
 
static void BlockToJsonVerbosity2 (benchmark::Bench &bench)
 
static void BlockToJsonVerbosity3 (benchmark::Bench &bench)
 
 BENCHMARK (BlockToJsonVerbosity1, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (BlockToJsonVerbosity2, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (BlockToJsonVerbosity3, benchmark::PriorityLevel::HIGH)
 
static void BlockToJsonVerboseWrite (benchmark::Bench &bench)
 
 BENCHMARK (BlockToJsonVerboseWrite, benchmark::PriorityLevel::HIGH)
 

Function Documentation

◆ BENCHMARK() [1/4]

◆ BENCHMARK() [2/4]

◆ BENCHMARK() [3/4]

◆ BENCHMARK() [4/4]

◆ BlockToJson()

static void BlockToJson ( benchmark::Bench bench,
TxVerbosity  verbosity 
)
static

Definition at line 48 of file rpc_blockchain.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ BlockToJsonVerboseWrite()

static void BlockToJsonVerboseWrite ( benchmark::Bench bench)
static

Definition at line 77 of file rpc_blockchain.cpp.

Here is the call graph for this function:

◆ BlockToJsonVerbosity1()

static void BlockToJsonVerbosity1 ( benchmark::Bench bench)
static

Definition at line 58 of file rpc_blockchain.cpp.

Here is the call graph for this function:

◆ BlockToJsonVerbosity2()

static void BlockToJsonVerbosity2 ( benchmark::Bench bench)
static

Definition at line 63 of file rpc_blockchain.cpp.

Here is the call graph for this function:

◆ BlockToJsonVerbosity3()

static void BlockToJsonVerbosity3 ( benchmark::Bench bench)
static

Definition at line 68 of file rpc_blockchain.cpp.

Here is the call graph for this function: