Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
work_stealing_stats.h File Reference

Statistics snapshot for work-stealing performance monitoring. More...

#include <atomic>
#include <cstdint>
Include dependency graph for work_stealing_stats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::work_stealing_stats_snapshot
 Non-atomic snapshot of work-stealing statistics. More...
 
struct  kcenon::thread::work_stealing_stats
 Statistics for work-stealing operations. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Statistics snapshot for work-stealing performance monitoring.

See also
numa_work_stealer

Definition in file work_stealing_stats.h.