![]() |
Imt.Base C++ API V4.1.1.0
|
Holds the data for the event usage statistics. More...
#include <Imt.Base.Dff.Runtime/inc/Imt.Base.Dff.Runtime/RuntimeStatisticsEvents.h>
Public Member Functions | |
constexpr | RuntimeStatisticsEvents (size_t const poolSize, size_t const smallPoolSize=0U) noexcept |
Constructor. | |
void | updateAverageEventsPerSecond (uint32_t const averageEventsPerSecond) |
Update the average events per second. | |
void | setEventsAvailable (size_t const eventsAvailable) |
Set the current available events, which will also update the minimum available events. | |
void | setEventsAvailableSmall (size_t const eventsAvailableSmall) |
Set the current available small events, which will also update the minimum available small events. | |
void | reset () |
Resets the event statistics. | |
Holds the data for the event usage statistics.
Definition at line 50 of file RuntimeStatisticsEvents.h.
|
inlineexplicitconstexprnoexcept |
Constructor.
Definition at line 57 of file RuntimeStatisticsEvents.h.
|
inline |
Resets the event statistics.
Definition at line 97 of file RuntimeStatisticsEvents.h.
|
inline |
Set the current available events, which will also update the minimum available events.
eventsAvailable | Remaining events available. |
Definition at line 80 of file RuntimeStatisticsEvents.h.
|
inline |
Set the current available small events, which will also update the minimum available small events.
eventsAvailableSmall | Remaining small events available. |
Definition at line 89 of file RuntimeStatisticsEvents.h.
|
inline |
Update the average events per second.
averageEventsPerSecond | Average events per second. |
Definition at line 71 of file RuntimeStatisticsEvents.h.