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

Thread pool metrics collection, histograms, and observability. More...

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

Go to the source code of this file.

Classes

struct  kcenon::thread::metrics::BaseSnapshot
 Base snapshot structure containing common metric values. More...
 
class  kcenon::thread::metrics::MetricsBase
 Abstract base class for thread pool metrics. More...
 

Namespaces

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

Detailed Description

Thread pool metrics collection, histograms, and observability.

See also
thread_pool_metrics For the lightweight shared container

Definition in file metrics_base.h.