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

Sliding window counter for throughput measurement. More...

#include <atomic>
#include <chrono>
#include <cstdint>
#include <memory>
#include <vector>
Include dependency graph for sliding_window_counter.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::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
 

Detailed Description

Sliding window counter for throughput measurement.

Definition in file sliding_window_counter.h.