SObjectizer  5.8
Loading...
Searching...
No Matches
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.
 
std::size_t m_periodic_count
 Quantity of periodic timers.
 

Detailed Description

Statistics for run-time monitoring.

Since
v.5.5.4

Definition at line 135 of file timers.hpp.

Member Data Documentation

◆ m_periodic_count

std::size_t so_5::timer_thread_stats_t::m_periodic_count

Quantity of periodic timers.

Definition at line 141 of file timers.hpp.

◆ m_single_shot_count

std::size_t so_5::timer_thread_stats_t::m_single_shot_count

Quantity of single-shot timers.

Definition at line 138 of file timers.hpp.


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