|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <chaos_controller.hpp>
Public Attributes | |
| std::chrono::milliseconds | interval { 250 } |
| int | nice_jitter { 0 } |
| bool | shuffle_affinity { true } |
Definition at line 25 of file chaos_controller.hpp.
| std::chrono::milliseconds threadschedule::advanced::chaos_config::interval { 250 } |
Definition at line 27 of file chaos_controller.hpp.
Referenced by threadschedule::advanced::chaos_controller::chaos_controller().
| int threadschedule::advanced::chaos_config::nice_jitter { 0 } |
Definition at line 28 of file chaos_controller.hpp.
Referenced by threadschedule::advanced::chaos_controller::chaos_controller().
| bool threadschedule::advanced::chaos_config::shuffle_affinity { true } |
Definition at line 29 of file chaos_controller.hpp.