SObjectizer  5.5
Public Attributes | List of all members
so_5::stats::activity_stats_t Struct Reference

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. More...
 
duration_t m_total_time {}
 Total time spent for events in that period of time. More...
 
duration_t m_avg_time {}
 Average time for one event. More...
 

Detailed Description

Statistics of some activity.

Since
v.5.5.18

Member Data Documentation

◆ m_avg_time

duration_t so_5::stats::activity_stats_t::m_avg_time {}

Average time for one event.

◆ m_count

std::uint_fast64_t so_5::stats::activity_stats_t::m_count {}

Count of events in that period of time.

◆ m_total_time

duration_t so_5::stats::activity_stats_t::m_total_time {}

Total time spent for events in that period of time.


The documentation for this struct was generated from the following file: