VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::WorkStealingStats Struct Reference

#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}
 

Detailed Description

Definition at line 18 of file work_stealing_pool.hpp.

Member Data Documentation

◆ executed

std::size_t velographx::WorkStealingStats::executed {0}

Definition at line 20 of file work_stealing_pool.hpp.

◆ local_steals

std::size_t velographx::WorkStealingStats::local_steals {0}

Definition at line 23 of file work_stealing_pool.hpp.

◆ remote_steals

std::size_t velographx::WorkStealingStats::remote_steals {0}

Definition at line 24 of file work_stealing_pool.hpp.

◆ steal_attempts

std::size_t velographx::WorkStealingStats::steal_attempts {0}

Definition at line 21 of file work_stealing_pool.hpp.

◆ submitted

std::size_t velographx::WorkStealingStats::submitted {0}

Definition at line 19 of file work_stealing_pool.hpp.

◆ successful_steals

std::size_t velographx::WorkStealingStats::successful_steals {0}

Definition at line 22 of file work_stealing_pool.hpp.


The documentation for this struct was generated from the following file: