RTEMS
5.0.0
|
#include <ratemondata.h>
The following defines the INTERNAL data structure that has the statistics kept on each period instance.
uint32_t Rate_monotonic_Statistics::count |
This field contains the number of periods executed.
Timestamp_Control Rate_monotonic_Statistics::max_cpu_time |
This field contains the highest amount of CPU time used in a period.
Timestamp_Control Rate_monotonic_Statistics::max_wall_time |
This field contains the highest amount of wall time used in a period.
Timestamp_Control Rate_monotonic_Statistics::min_cpu_time |
This field contains the least amount of CPU time used in a period.
Timestamp_Control Rate_monotonic_Statistics::min_wall_time |
This field contains the least amount of wall time used in a period.
uint32_t Rate_monotonic_Statistics::missed_count |
This field contains the number of periods missed.
Timestamp_Control Rate_monotonic_Statistics::total_cpu_time |
This field contains the total amount of wall time used in a period.
Timestamp_Control Rate_monotonic_Statistics::total_wall_time |
This field contains the total amount of CPU time used in a period.