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

Runtime diagnostics, health monitoring, and execution tracing for thread pools. More...

#include "thread_info.h"
#include "job_info.h"
#include "bottleneck_report.h"
#include "health_status.h"
#include "execution_event.h"
#include <atomic>
#include <chrono>
#include <cstddef>
#include <deque>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
Include dependency graph for thread_pool_diagnostics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::diagnostics::diagnostics_config
 Configuration options for thread pool diagnostics. More...
 
class  kcenon::thread::diagnostics::thread_pool_diagnostics
 Comprehensive diagnostics API for thread pool monitoring. More...
 

Namespaces

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

Detailed Description

Runtime diagnostics, health monitoring, and execution tracing for thread pools.

See also
thread_pool For the pool being diagnosed

Definition in file thread_pool_diagnostics.h.