![]() |
Bitcoin Core 31.0.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 (BlockToJsonVerbosity2) | |
| BENCHMARK (BlockToJsonVerbosity3) | |
| static void | BlockToJsonVerboseWrite (benchmark::Bench &bench) |
| BENCHMARK (BlockToJsonVerboseWrite) | |
| BENCHMARK | ( | BlockToJsonVerboseWrite | ) |
| BENCHMARK | ( | BlockToJsonVerbosity1 | ) |
| BENCHMARK | ( | BlockToJsonVerbosity2 | ) |
| BENCHMARK | ( | BlockToJsonVerbosity3 | ) |
|
static |
Definition at line 48 of file rpc_blockchain.cpp.
|
static |
Definition at line 77 of file rpc_blockchain.cpp.
|
static |
Definition at line 58 of file rpc_blockchain.cpp.
|
static |
Definition at line 63 of file rpc_blockchain.cpp.
|
static |
Definition at line 68 of file rpc_blockchain.cpp.