RTEMS
Public Attributes | List of all members
rtems_rate_monotonic_period_statistics Struct Reference

% More...

#include <ratemon.h>

Public Attributes

uint32_t count
 This member is. More...
 
uint32_t missed_count
 This member is. More...
 
struct timespec min_cpu_time
 This member is. More...
 
struct timespec max_cpu_time
 This member is. More...
 
struct timespec total_cpu_time
 This member is. More...
 
struct timespec min_wall_time
 This member is. More...
 
struct timespec max_wall_time
 This member is. More...
 
struct timespec total_wall_time
 This member is. More...
 

Detailed Description

%

Definition at line 111 of file ratemon.h.

Member Data Documentation

◆ count

uint32_t rtems_rate_monotonic_period_statistics::count

This member is.

%

Definition at line 117 of file ratemon.h.

◆ max_cpu_time

struct timespec rtems_rate_monotonic_period_statistics::max_cpu_time

This member is.

%

Definition at line 138 of file ratemon.h.

◆ max_wall_time

struct timespec rtems_rate_monotonic_period_statistics::max_wall_time

This member is.

%

Definition at line 159 of file ratemon.h.

◆ min_cpu_time

struct timespec rtems_rate_monotonic_period_statistics::min_cpu_time

This member is.

%

Definition at line 131 of file ratemon.h.

◆ min_wall_time

struct timespec rtems_rate_monotonic_period_statistics::min_wall_time

This member is.

%

Definition at line 152 of file ratemon.h.

◆ missed_count

uint32_t rtems_rate_monotonic_period_statistics::missed_count

This member is.

%

Definition at line 124 of file ratemon.h.

◆ total_cpu_time

struct timespec rtems_rate_monotonic_period_statistics::total_cpu_time

This member is.

%

Definition at line 145 of file ratemon.h.

◆ total_wall_time

struct timespec rtems_rate_monotonic_period_statistics::total_wall_time

This member is.

%

Definition at line 166 of file ratemon.h.


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