Changeset baef6771 in rtems for cpukit/libmisc/cpuuse/cpuusagedata.c
- Timestamp:
- Sep 15, 2011, 2:34:21 PM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 82db8e56
- Parents:
- e41cec3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/cpuuse/cpuusagedata.c
re41cec3 rbaef6771 16 16 #endif 17 17 18 #include <rtems.h>19 18 #include <rtems/cpuuse.h> 20 #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__21 #include <rtems/score/timespec.h>22 #endif23 19 24 20 #ifndef __RTEMS_USE_TICKS_FOR_STATISTICS__ 25 struct timespecCPU_usage_Uptime_at_last_reset;21 Timestamp_Control CPU_usage_Uptime_at_last_reset; 26 22 #else 27 23 uint32_t CPU_usage_Ticks_at_last_reset;
Note: See TracChangeset
for help on using the changeset viewer.