![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#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>
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) | |
BENCHMARK | ( | BlockToJsonVerboseWrite | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | BlockToJsonVerbosity1 | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | BlockToJsonVerbosity2 | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | BlockToJsonVerbosity3 | , |
benchmark::PriorityLevel::HIGH | |||
) |
|
static |
Definition at line 48 of file rpc_blockchain.cpp.
|
static |
|
static |
|
static |
|
static |