Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
checkqueue.cpp File Reference
#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>
Include dependency graph for checkqueue.cpp:

Go to the source code of this file.

Functions

static void CCheckQueueSpeedPrevectorJob (benchmark::Bench &bench)
 BENCHMARK (CCheckQueueSpeedPrevectorJob)

Variables

static const size_t BATCHES = 101
static const size_t BATCH_SIZE = 30
static const unsigned int QUEUE_BATCH_SIZE = 128

Function Documentation

◆ BENCHMARK()

Here is the call graph for this function:

◆ CCheckQueueSpeedPrevectorJob()

void CCheckQueueSpeedPrevectorJob ( benchmark::Bench & bench)
static

Definition at line 25 of file checkqueue.cpp.

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

Variable Documentation

◆ BATCH_SIZE

const size_t BATCH_SIZE = 30
static

Definition at line 19 of file checkqueue.cpp.

◆ BATCHES

const size_t BATCHES = 101
static

Definition at line 18 of file checkqueue.cpp.

◆ QUEUE_BATCH_SIZE

const unsigned int QUEUE_BATCH_SIZE = 128
static

Definition at line 20 of file checkqueue.cpp.