![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <bench/bench.h>#include <checkqueue.h>#include <common/system.h>#include <key.h>#include <prevector.h>#include <random.h>#include <script/script.h>#include <cstddef>#include <cstdint>#include <utility>#include <vector>Go to the source code of this file.
Functions | |
| static void | CCheckQueueSpeedPrevectorJob (benchmark::Bench &bench) |
| BENCHMARK (CCheckQueueSpeedPrevectorJob, benchmark::PriorityLevel::HIGH) | |
Variables | |
| static const size_t | BATCHES = 101 |
| static const size_t | BATCH_SIZE = 30 |
| static const unsigned int | QUEUE_BATCH_SIZE = 128 |
| BENCHMARK | ( | CCheckQueueSpeedPrevectorJob | , |
| benchmark::PriorityLevel::HIGH | |||
| ) |
|
static |
|
static |
Definition at line 19 of file checkqueue.cpp.
|
static |
Definition at line 18 of file checkqueue.cpp.
|
static |
Definition at line 20 of file checkqueue.cpp.