Changeset 0340fd9 in rtems
- Timestamp:
- 01/23/23 14:33:46 (8 months ago)
- Branches:
- master
- Children:
- d36070f
- Parents:
- 6136e28b
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/23/23 14:33:46)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/24/23 08:56:53)
- Location:
- cpukit
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/include/rtems/cpuuse.h
r6136e28b r0340fd9 4 4 * @file 5 5 * 6 * @ingroup libmisc_cpuuse6 * @ingroup RTEMSAPICPUUsageReporting 7 7 * 8 8 * @brief This header file provides the CPU usage reporting API. … … 63 63 64 64 /** 65 * @defgroup libmisc_cpuuseCPU Usage Reporting65 * @defgroup RTEMSAPICPUUsageReporting CPU Usage Reporting 66 66 * 67 67 * @ingroup RTEMSAPI … … 79 79 80 80 /** 81 * @ingroup libmisc_cpuuse81 * @ingroup RTEMSAPICPUUsageReporting 82 82 * 83 83 * @brief Reports the CPU information using the printer plugin. … … 101 101 102 102 /** 103 * @ingroup libmisc_cpuuse103 * @ingroup RTEMSAPICPUUsageReporting 104 104 * 105 105 * @brief Reports the CPU usage of each thread using the printk() printer. … … 126 126 127 127 /** 128 * @ingroup libmisc_cpuuse128 * @ingroup RTEMSAPICPUUsageReporting 129 129 * 130 130 * @brief Reports the CPU usage of each thread using the printer plugin. … … 150 150 151 151 /** 152 * @ingroup libmisc_cpuuse152 * @ingroup RTEMSAPICPUUsageReporting 153 153 * 154 154 * @brief Resets the CPU usage of each thread. … … 172 172 173 173 /** 174 * @ingroup libmisc_cpuuse174 * @ingroup RTEMSAPICPUUsageReporting 175 175 * 176 176 * @brief Starts an interactive CPU usage reporting using the printk() printer. … … 197 197 198 198 /** 199 * @ingroup libmisc_cpuuse199 * @ingroup RTEMSAPICPUUsageReporting 200 200 * 201 201 * @brief Starts an interactive CPU usage reporting using the printer plugin. -
cpukit/libmisc/cpuuse/cpuusagedata.c
r6136e28b r0340fd9 4 4 * @file 5 5 * 6 * @ingroup libmisc_cpuuse CPU Usage6 * @ingroup RTEMSAPICPUUsageReporting 7 7 * 8 * @brief CPU Usage Data 9 * 10 * CPU Usage Reporter - Shared Data 8 * @brief This source file contains the definition of 9 * ::CPU_usage_Uptime_at_last_reset. 11 10 */ 12 11 -
cpukit/libmisc/cpuuse/cpuusagereport.c
r6136e28b r0340fd9 4 4 * @file 5 5 * 6 * @ingroup libmisc_cpuuse CPU Usage6 * @ingroup RTEMSAPICPUUsageReporting 7 7 * 8 * @brief CPU Usage Report 8 * @brief This source file contains the definition of 9 * rtems_cpu_usage_report() and rtems_cpu_usage_report_with_plugin(). 9 10 */ 10 11 -
cpukit/libmisc/cpuuse/cpuusagereset.c
r6136e28b r0340fd9 4 4 * @file 5 5 * 6 * @ingroup libmisc_cpuuse CPU Usage6 * @ingroup RTEMSAPICPUUsageReporting 7 7 * 8 * @brief CPU Usage Reset 8 * @brief This source file contains the definition of 9 * rtems_cpu_usage_reset(). 9 10 */ 10 11 -
cpukit/libmisc/cpuuse/cpuusagetop.c
r6136e28b r0340fd9 4 4 * @file 5 5 * 6 * @ingroup libmisc_cpuuse CPU Usage6 * @ingroup RTEMSAPICPUUsageReporting 7 7 * 8 * @brief CPU Usage Top 8 * @brief This source file contains the definition of 9 * rtems_cpu_usage_top() and rtems_cpu_usage_top_with_plugin(). 9 10 */ 10 11
Note: See TracChangeset
for help on using the changeset viewer.