|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Sliding window counter for throughput measurement. More...
#include <atomic>#include <chrono>#include <cstdint>#include <memory>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::metrics::SlidingWindowCounter |
| Sliding window counter for throughput measurement. More... | |
| struct | kcenon::thread::metrics::SlidingWindowCounter::Bucket |
| Time bucket structure. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::metrics |
Sliding window counter for throughput measurement.
Definition in file sliding_window_counter.h.