|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Scaling direction and metrics for autoscaling decisions. More...
#include <chrono>#include <cstddef>#include <cstdint>

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... | |
Scaling direction and metrics for autoscaling decisions.
Definition in file scaling_metrics.h.