Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <coins.h>
#include <consensus/amount.h>
#include <key.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/signingprovider.h>
#include <test/util/transaction_utils.h>
#include <cassert>
#include <vector>
Go to the source code of this file.
Functions | |
static void | CCoinsCaching (benchmark::Bench &bench) |
BENCHMARK (CCoinsCaching, benchmark::PriorityLevel::HIGH) | |
BENCHMARK | ( | CCoinsCaching | , |
benchmark::PriorityLevel::HIGH | |||
) |
|
static |