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

Centralized metrics service for thread pool metrics management. More...

#include <kcenon/thread/metrics/thread_pool_metrics.h>
#include <kcenon/thread/metrics/enhanced_metrics.h>
#include <atomic>
#include <chrono>
#include <memory>
#include <mutex>
Include dependency graph for metrics_service.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::metrics_service
 Centralized metrics service for thread pool metrics management. More...
 

Namespaces

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

Detailed Description

Centralized metrics service for thread pool metrics management.

See also
metrics_backend For export backends

Definition in file metrics_service.h.