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

Enhanced metrics snapshot with latency percentiles and throughput. More...

#include <kcenon/thread/metrics/latency_histogram.h>
#include <kcenon/thread/metrics/metrics_base.h>
#include <kcenon/thread/metrics/sliding_window_counter.h>
#include <atomic>
#include <chrono>
#include <cstdint>
#include <mutex>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for enhanced_metrics.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::EnhancedSnapshot
 Enhanced snapshot with latency percentiles and throughput. More...
 
struct  kcenon::thread::metrics::WorkerMetrics
 Per-worker metrics for detailed analysis. More...
 
class  kcenon::thread::metrics::EnhancedThreadPoolMetrics
 Enhanced thread pool metrics with histograms and percentiles. More...
 

Namespaces

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

Detailed Description

Enhanced metrics snapshot with latency percentiles and throughput.

See also
metrics_base

Definition in file enhanced_metrics.h.