Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
metrics Directory Reference
Directory dependency graph for metrics:
include/kcenon/thread/metrics

Files

 enhanced_metrics.h
 Enhanced metrics snapshot with latency percentiles and throughput.
 
 latency_histogram.h
 HDR-style histogram for latency distribution with logarithmic buckets.
 
 metrics_backend.h
 Abstract interface for metrics export backends.
 
 metrics_base.h
 Thread pool metrics collection, histograms, and observability.
 
 metrics_service.h
 Centralized metrics service for thread pool metrics management.
 
 sliding_window_counter.h
 Sliding window counter for throughput measurement.
 
 thread_pool_metrics.h
 Lightweight metrics container shared between thread_pool and workers.