Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
checkqueue.cpp
Go to the documentation of this file.
uint64_t randrange(uint64_t range)
Generate a random integer in the range [0..range).
Definition: random.h:107
static void CCheckQueueSpeedPrevectorJob(benchmark::State &state)
Definition: checkqueue.cpp:64
RAII-style controller object for a CCheckQueue that guarantees the passed queue is finished before co...
Definition: checkqueue.h:17
Implements a drop-in replacement for std::vector<T> which stores up to N elements directly (without h...
Definition: prevector.h:39
BENCHMARK(CCheckQueueSpeed)
Definition: bench.h:50
int GetNumCores()
Return the number of physical cores available on the current system.
Definition: util.cpp:1355