|
ThreadSchedule 1.0.0
Modern C++ thread management library
|
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 752 of file thread_pool.hpp.
| size_t threadschedule::FastThreadPool::Statistics::active_threads |
Definition at line 755 of file thread_pool.hpp.
| std::chrono::microseconds threadschedule::FastThreadPool::Statistics::avg_task_time |
Definition at line 759 of file thread_pool.hpp.
| size_t threadschedule::FastThreadPool::Statistics::completed_tasks |
Definition at line 757 of file thread_pool.hpp.
| size_t threadschedule::FastThreadPool::Statistics::pending_tasks |
Definition at line 756 of file thread_pool.hpp.
| double threadschedule::FastThreadPool::Statistics::tasks_per_second |
Definition at line 758 of file thread_pool.hpp.
| size_t threadschedule::FastThreadPool::Statistics::total_threads |
Definition at line 754 of file thread_pool.hpp.