|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Lightweight metrics container shared between thread_pool and workers. More...
#include <kcenon/thread/metrics/metrics_base.h>

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 |
Lightweight metrics container shared between thread_pool and workers.
Definition in file thread_pool_metrics.h.