|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <work_stealing_pool_backend.hpp>
Public Attributes | |
| size_t | total_threads |
| size_t | active_threads |
| size_t | pending_tasks |
| size_t | completed_tasks |
| size_t | stolen_tasks |
| double | tasks_per_second |
| std::chrono::microseconds | avg_task_time |
Definition at line 128 of file work_stealing_pool_backend.hpp.
| size_t threadschedule::detail::work_stealing_pool_backend::statistics::active_threads |
Definition at line 131 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().
| std::chrono::microseconds threadschedule::detail::work_stealing_pool_backend::statistics::avg_task_time |
Definition at line 136 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().
| size_t threadschedule::detail::work_stealing_pool_backend::statistics::completed_tasks |
Definition at line 133 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().
| size_t threadschedule::detail::work_stealing_pool_backend::statistics::pending_tasks |
Definition at line 132 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().
| size_t threadschedule::detail::work_stealing_pool_backend::statistics::stolen_tasks |
Definition at line 134 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().
| double threadschedule::detail::work_stealing_pool_backend::statistics::tasks_per_second |
Definition at line 135 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().
| size_t threadschedule::detail::work_stealing_pool_backend::statistics::total_threads |
Definition at line 130 of file work_stealing_pool_backend.hpp.
Referenced by threadschedule::detail::work_stealing_pool_backend::get_statistics().