|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Get crash statistics. More...
#include <crash_handler.h>

Public Attributes | |
| size_t | total_crashes_handled |
| size_t | successful_cleanups |
| size_t | failed_cleanups |
| std::chrono::system_clock::time_point | last_crash_time |
Get crash statistics.
Definition at line 132 of file crash_handler.h.
| size_t kcenon::thread::crash_handler::crash_stats::failed_cleanups |
Definition at line 135 of file crash_handler.h.
| std::chrono::system_clock::time_point kcenon::thread::crash_handler::crash_stats::last_crash_time |
Definition at line 136 of file crash_handler.h.
| size_t kcenon::thread::crash_handler::crash_stats::successful_cleanups |
Definition at line 134 of file crash_handler.h.
| size_t kcenon::thread::crash_handler::crash_stats::total_crashes_handled |
Definition at line 133 of file crash_handler.h.
Referenced by main().