ark::concurrency::ThreadPoolStatistics
Defined in header “ark/concurrency/thread_pool.hh”.
A structure used to give some basic statistics about the running thread pool.
Variables
-
size_t thread_count
Total number of threads created. -
size_t queue_overflow_count
The number of times the lockless queue overflowed and we had to make use of the locked queue. Only increments when the lockless queue actually overflows. -
bool locked_queue_active
If the locked queue is currently in use.