Changeset 51fdc8f9 in rtems
- Timestamp:
- 03/15/23 09:06:59 (7 months ago)
- Branches:
- master
- Children:
- 19ce49c
- Parents:
- caffdc4
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/15/23 09:06:59)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/16/23 06:38:44)
- Location:
- cpukit/libmisc/cpuuse
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/cpuuse/cpuusagedata.c
rcaffdc4 r51fdc8f9 4 4 * @file 5 5 * 6 * @ingroup RTEMS APICPUUsageReporting6 * @ingroup RTEMSImplCPUUsageReporting 7 7 * 8 8 * @brief This source file contains the definition of -
cpukit/libmisc/cpuuse/cpuusagereport.c
rcaffdc4 r51fdc8f9 4 4 * @file 5 5 * 6 * @ingroup RTEMS APICPUUsageReporting6 * @ingroup RTEMSImplCPUUsageReporting 7 7 * 8 8 * @brief This source file contains the definition of -
cpukit/libmisc/cpuuse/cpuusagereset.c
rcaffdc4 r51fdc8f9 4 4 * @file 5 5 * 6 * @ingroup RTEMS APICPUUsageReporting6 * @ingroup RTEMSImplCPUUsageReporting 7 7 * 8 8 * @brief This source file contains the definition of -
cpukit/libmisc/cpuuse/cpuusagetop.c
rcaffdc4 r51fdc8f9 4 4 * @file 5 5 * 6 * @ingroup RTEMS APICPUUsageReporting6 * @ingroup RTEMSImplCPUUsageReporting 7 7 * 8 8 * @brief This source file contains the definition of -
cpukit/libmisc/cpuuse/cpuuseimpl.h
rcaffdc4 r51fdc8f9 1 1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 3 /** 4 * @file 5 * 6 * @ingroup RTEMSImplCPUUsageReporting 7 * 8 * @brief This header file provides interfaces of the 9 * @ref RTEMSImplCPUUsageReporting implementation. 10 */ 2 11 3 12 /* … … 36 45 #endif 37 46 47 /** 48 * @defgroup RTEMSImplCPUUsageReporting CPU Usage Reporting 49 * 50 * @ingroup RTEMSImpl 51 * 52 * @brief This group contains the implementation of 53 * @ref RTEMSAPICPUUsageReporting. 54 * 55 * @{ 56 */ 57 58 /** 59 * @brief This object provides the uptime timestamp at the last CPU usage 60 * reset. 61 */ 38 62 extern Timestamp_Control CPU_usage_Uptime_at_last_reset; 63 64 /** @} */ 39 65 40 66 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.