SObjectizer  5.7
Public Attributes | List of all members
so_5::timer_thread_stats_t Struct Reference

Statistics for run-time monitoring. More...

#include <timers.hpp>

Public Attributes

std::size_t m_single_shot_count
 Quantity of single-shot timers. More...
 
std::size_t m_periodic_count
 Quantity of periodic timers. More...
 

Detailed Description

Statistics for run-time monitoring.

Since
v.5.5.4

Member Data Documentation

◆ m_periodic_count

std::size_t so_5::timer_thread_stats_t::m_periodic_count

Quantity of periodic timers.

◆ m_single_shot_count

std::size_t so_5::timer_thread_stats_t::m_single_shot_count

Quantity of single-shot timers.


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