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

Lightweight metrics container shared between thread_pool and workers. More...

Include dependency graph for thread_pool_metrics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::metrics::ThreadPoolMetrics
 Lightweight metrics container shared between thread_pool and workers. More...
 
struct  kcenon::thread::metrics::ThreadPoolMetrics::Snapshot
 Snapshot structure containing all metric values. More...
 

Namespaces

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

Detailed Description

Lightweight metrics container shared between thread_pool and workers.

See also
metrics_base For detailed observability

Definition in file thread_pool_metrics.h.