|
ThreadSchedule 2.0.0
Modern C++ thread management library
|
#include <thread_pool.hpp>
Public Attributes | |
| size_t | total_threads |
| size_t | active_threads |
| size_t | pending_tasks |
| size_t | completed_tasks |
| double | tasks_per_second |
| std::chrono::microseconds | avg_task_time |
Definition at line 1271 of file thread_pool.hpp.
| size_t threadschedule::ThreadPoolBase< WaitPolicy >::Statistics::active_threads |
Definition at line 1274 of file thread_pool.hpp.
| std::chrono::microseconds threadschedule::ThreadPoolBase< WaitPolicy >::Statistics::avg_task_time |
Definition at line 1278 of file thread_pool.hpp.
| size_t threadschedule::ThreadPoolBase< WaitPolicy >::Statistics::completed_tasks |
Definition at line 1276 of file thread_pool.hpp.
| size_t threadschedule::ThreadPoolBase< WaitPolicy >::Statistics::pending_tasks |
Definition at line 1275 of file thread_pool.hpp.
| double threadschedule::ThreadPoolBase< WaitPolicy >::Statistics::tasks_per_second |
Definition at line 1277 of file thread_pool.hpp.
| size_t threadschedule::ThreadPoolBase< WaitPolicy >::Statistics::total_threads |
Definition at line 1273 of file thread_pool.hpp.