RTEMS 6.1-rc1
Data Fields
rtems_rate_monotonic_period_statistics Struct Reference

This structure provides the statistics of a period. More...

#include <ratemon.h>

Data Fields

uint32_t count
 This member contains the number of periods executed.
 
uint32_t missed_count
 This member contains the number of periods missed.
 
struct timespec min_cpu_time
 This member contains the least amount of processor time used in a period.
 
struct timespec max_cpu_time
 This member contains the highest amount of processor time used in a period.
 
struct timespec total_cpu_time
 This member contains the total amount of processor time used in a period.
 
struct timespec min_wall_time
 This member contains the least amount of CLOCK_MONOTONIC time used in a period.
 
struct timespec max_wall_time
 This member contains the highest amount of CLOCK_MONOTONIC time used in a period.
 
struct timespec total_wall_time
 This member contains the total amount of CLOCK_MONOTONIC time used in a period.
 

Detailed Description

This structure provides the statistics of a period.


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