|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Bottleneck detection and reporting for thread pool performance analysis. More...
#include <cstddef>#include <iomanip>#include <sstream>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::thread::diagnostics::bottleneck_report |
| Analysis report of bottlenecks in the thread pool. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::diagnostics |
Functions | |
| auto | kcenon::thread::diagnostics::bottleneck_type_to_string (bottleneck_type type) -> std::string |
| Converts bottleneck_type to human-readable string. | |
Bottleneck detection and reporting for thread pool performance analysis.
Definition in file bottleneck_report.h.