|
ThreadSchedule 3.0.0
Modern C++ thread management library
|
#include <thread_pool_backend_base.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 103 of file thread_pool_backend_base.hpp.
| size_t threadschedule::detail::thread_pool_backend_base< WaitPolicy >::statistics::active_threads |
Definition at line 106 of file thread_pool_backend_base.hpp.
Referenced by threadschedule::detail::thread_pool_backend_base< WaitPolicy >::get_statistics().
| std::chrono::microseconds threadschedule::detail::thread_pool_backend_base< WaitPolicy >::statistics::avg_task_time |
Definition at line 110 of file thread_pool_backend_base.hpp.
Referenced by threadschedule::detail::thread_pool_backend_base< WaitPolicy >::get_statistics().
| size_t threadschedule::detail::thread_pool_backend_base< WaitPolicy >::statistics::completed_tasks |
Definition at line 108 of file thread_pool_backend_base.hpp.
Referenced by threadschedule::detail::thread_pool_backend_base< WaitPolicy >::get_statistics().
| size_t threadschedule::detail::thread_pool_backend_base< WaitPolicy >::statistics::pending_tasks |
Definition at line 107 of file thread_pool_backend_base.hpp.
Referenced by threadschedule::detail::thread_pool_backend_base< WaitPolicy >::get_statistics().
| double threadschedule::detail::thread_pool_backend_base< WaitPolicy >::statistics::tasks_per_second |
Definition at line 109 of file thread_pool_backend_base.hpp.
Referenced by threadschedule::detail::thread_pool_backend_base< WaitPolicy >::get_statistics().
| size_t threadschedule::detail::thread_pool_backend_base< WaitPolicy >::statistics::total_threads |
Definition at line 105 of file thread_pool_backend_base.hpp.
Referenced by threadschedule::detail::thread_pool_backend_base< WaitPolicy >::get_statistics().