|
SObjectizer 5.8
|
Statistics of some activity. More...
#include <work_thread_activity.hpp>
Public Attributes | |
| std::uint_fast64_t | m_count {} |
| Count of events in that period of time. | |
| duration_t | m_total_time {} |
| Total time spent for events in that period of time. | |
| duration_t | m_avg_time {} |
| Average time for one event. | |
| duration_t so_5::stats::activity_stats_t::m_avg_time {} |
Average time for one event.
Definition at line 60 of file work_thread_activity.hpp.
| std::uint_fast64_t so_5::stats::activity_stats_t::m_count {} |
Count of events in that period of time.
Definition at line 54 of file work_thread_activity.hpp.
| duration_t so_5::stats::activity_stats_t::m_total_time {} |
Total time spent for events in that period of time.
Definition at line 57 of file work_thread_activity.hpp.