|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
The following defines the PUBLIC data structure that has the statistics kept on each period instance. More...
#include <ratemon.h>
Data Fields | |
| uint32_t | count |
| This field contains the number of periods executed. | |
| uint32_t | missed_count |
| This field contains the number of periods missed. | |
| rtems_thread_cpu_usage_t | min_cpu_time |
| This field contains the least amount of CPU time used in a period. | |
| rtems_thread_cpu_usage_t | max_cpu_time |
| This field contains the highest amount of CPU time used in a period. | |
| rtems_thread_cpu_usage_t | total_cpu_time |
| This field contains the total amount of wall time used in a period. | |
| rtems_rate_monotonic_period_time_t | min_wall_time |
| This field contains the least amount of wall time used in a period. | |
| rtems_rate_monotonic_period_time_t | max_wall_time |
| This field contains the highest amount of wall time used in a period. | |
| rtems_rate_monotonic_period_time_t | total_wall_time |
| This field contains the total amount of CPU time used in a period. | |
The following defines the PUBLIC data structure that has the statistics kept on each period instance.
This field contains the number of periods executed.
This field contains the highest amount of CPU time used in a period.
This field contains the highest amount of wall time used in a period.
This field contains the least amount of CPU time used in a period.
This field contains the least amount of wall time used in a period.
This field contains the number of periods missed.
This field contains the total amount of wall time used in a period.
This field contains the total amount of CPU time used in a period.
1.7.5