Bitcoin ABC  0.26.3
P2P Digital Currency
Functions | Variables
checkqueue.cpp File Reference
#include <bench/bench.h>
#include <checkqueue.h>
#include <key.h>
#include <prevector.h>
#include <pubkey.h>
#include <random.h>
#include <util/system.h>
#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 int MIN_CORES = 2
 
static const size_t BATCHES = 101
 
static const size_t BATCH_SIZE = 30
 
static const int PREVECTOR_SIZE = 28
 
static const size_t QUEUE_BATCH_SIZE = 128
 

Function Documentation

◆ BENCHMARK()

◆ CCheckQueueSpeedPrevectorJob()

static void CCheckQueueSpeedPrevectorJob ( benchmark::Bench bench)
static

Definition at line 24 of file checkqueue.cpp.

Here is the call graph for this function:

Variable Documentation

◆ BATCH_SIZE

const size_t BATCH_SIZE = 30
static

Definition at line 17 of file checkqueue.cpp.

◆ BATCHES

const size_t BATCHES = 101
static

Definition at line 16 of file checkqueue.cpp.

◆ MIN_CORES

const int MIN_CORES = 2
static

Definition at line 15 of file checkqueue.cpp.

◆ PREVECTOR_SIZE

const int PREVECTOR_SIZE = 28
static

Definition at line 18 of file checkqueue.cpp.

◆ QUEUE_BATCH_SIZE

const size_t QUEUE_BATCH_SIZE = 128
static

Definition at line 19 of file checkqueue.cpp.