|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <work_stealing_pool.hpp>
Public Attributes | |
| std::size_t | submitted {0} |
| std::size_t | executed {0} |
| std::size_t | steal_attempts {0} |
| std::size_t | successful_steals {0} |
| std::size_t | local_steals {0} |
| std::size_t | remote_steals {0} |
Definition at line 18 of file work_stealing_pool.hpp.
| std::size_t velographx::WorkStealingStats::executed {0} |
Definition at line 20 of file work_stealing_pool.hpp.
| std::size_t velographx::WorkStealingStats::local_steals {0} |
Definition at line 23 of file work_stealing_pool.hpp.
| std::size_t velographx::WorkStealingStats::remote_steals {0} |
Definition at line 24 of file work_stealing_pool.hpp.
| std::size_t velographx::WorkStealingStats::steal_attempts {0} |
Definition at line 21 of file work_stealing_pool.hpp.
| std::size_t velographx::WorkStealingStats::submitted {0} |
Definition at line 19 of file work_stealing_pool.hpp.
| std::size_t velographx::WorkStealingStats::successful_steals {0} |
Definition at line 22 of file work_stealing_pool.hpp.