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

Scaling direction and metrics for autoscaling decisions. More...

#include <chrono>
#include <cstddef>
#include <cstdint>
Include dependency graph for scaling_metrics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::scaling_metrics_sample
 Metrics sample for autoscaling decisions. More...
 
struct  kcenon::thread::scaling_decision
 Scaling decision result. More...
 
struct  kcenon::thread::autoscaling_stats
 Statistics for autoscaling operations. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Enumerations

enum class  kcenon::thread::scaling_direction { kcenon::thread::none , kcenon::thread::up , kcenon::thread::down }
 Scaling direction for autoscaling decisions. More...
 
enum class  kcenon::thread::scaling_reason {
  kcenon::thread::queue_depth , kcenon::thread::worker_utilization , kcenon::thread::latency , kcenon::thread::manual ,
  kcenon::thread::scheduled
}
 Reason for scaling decision. More...
 

Detailed Description

Scaling direction and metrics for autoscaling decisions.

See also
autoscaler

Definition in file scaling_metrics.h.