RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
cpuuse.h File Reference

This header file provides the CPU usage reporting API. More...

Go to the source code of this file.

Functions

int rtems_cpu_info_report (const struct rtems_printer *printer)
 Reports the CPU information using the printer plugin.
 
void rtems_cpu_usage_report (void)
 Reports the CPU usage of each thread using the printk() printer.
 
void rtems_cpu_usage_report_with_plugin (const struct rtems_printer *printer)
 Reports the CPU usage of each thread using the printer plugin.
 
void rtems_cpu_usage_reset (void)
 Resets the CPU usage of each thread.
 
void rtems_cpu_usage_top (void)
 Starts an interactive CPU usage reporting using the printk() printer.
 
void rtems_cpu_usage_top_with_plugin (const struct rtems_printer *printer)
 Starts an interactive CPU usage reporting using the printer plugin.
 

Detailed Description

This header file provides the CPU usage reporting API.