36#ifndef IMT_BASE_DFF_RUNTIME_RUNTIMESTATISTICS_H
37#define IMT_BASE_DFF_RUNTIME_RUNTIMESTATISTICS_H
131#ifdef RUNTIME_STATISTICS
146 return s_timerStatistics;
149 static uint32_t s_lastAverageUpdateSystemTicks;
150#ifdef RUNTIME_STATISTICS
153 static uint32_t s_calibratedIdleCountPerSecond;
int16_t CoreHandle
A CoreHandle is used to identify an executable with a unique number (similar to a phone number).
Holds the data for the cpu usage statistics.
Holds the data for the event usage statistics.
Holds the data for the runtime statistics.
static constexpr uint32_t STATISTICS_AVERAGE_UPDATE_RATE_MS
Update rate in milliseconds for the average calculation of cpu load and events.
static void onExecute(RuntimeCore::CoreHandle const handleId, uint32_t const durationSystemClockTicks)
Function which has to be called after an executable has been executed (to calculate the average cycle...
static void onSendSmallEvent(size_t const eventsAvailableSmall)
Function which has to be called when a new small event is created (to calculate the event statistics)...
static void onReleaseSmallEvent(size_t const eventsAvailableSmall)
Function which has to be called when a small event is released (to calculate the event statistics).
static void onSendEvent(size_t const eventsAvailable)
Function which has to be called when a new event is created (to calculate the event statistics).
static void onIdle()
Function which has to be called within the idle loop (to calculate the average CPU load).
static void onReleaseEvent(size_t const eventsAvailable)
Function which has to be called when an event is released (to calculate the event statistics).
static void onCreateTimer(int16_t const timersAvailable)
Function which has to be called when a new timer is created (to calculate the event statistics).
static void setCalibratedIdleCountPerSecond(uint32_t const calibratedIdleCountPerSecond)
Set the reference idle counter value for 100% idle (platform specific)
static RuntimeStatisticsCpu const & getCpuLoad()
Get the CPU load statistics, update rate is STATISTICS_AVERAGE_UPDATE_RATE_MS.
static void onProcessTimerTick()
Process timer tick.
Holds the data for the timer usage statistics.
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t