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

HDR-style histogram for latency distribution with logarithmic buckets. More...

#include <array>
#include <atomic>
#include <chrono>
#include <cmath>
#include <cstdint>
#include <limits>
Include dependency graph for latency_histogram.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::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
 

Detailed Description

HDR-style histogram for latency distribution with logarithmic buckets.

See also
enhanced_metrics

Definition in file latency_histogram.h.