|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
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>

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 |
Enhanced metrics snapshot with latency percentiles and throughput.
Definition in file enhanced_metrics.h.