|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
HDR-style histogram for latency distribution with logarithmic buckets. More...
#include <array>#include <atomic>#include <chrono>#include <cmath>#include <cstdint>#include <limits>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::metrics::LatencyHistogram |
| HDR-style histogram for latency distribution with logarithmic buckets. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::metrics |
HDR-style histogram for latency distribution with logarithmic buckets.
Definition in file latency_histogram.h.