55#ifndef _RTEMS_CPUUSE_H
56#define _RTEMS_CPUUSE_H
void rtems_cpu_usage_top(void)
Starts an interactive CPU usage reporting using the printk() printer.
Definition: cpuusagetop.c:660
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.
Definition: cpuusagereset.c:75
void rtems_cpu_usage_report(void)
Reports the CPU usage of each thread using the printk() printer.
Definition: cpuusagereport.c:140
int rtems_cpu_info_report(const struct rtems_printer *printer)
Reports the CPU information using the printer plugin.
void rtems_cpu_usage_top_with_plugin(const struct rtems_printer *printer)
Starts an interactive CPU usage reporting using the printer plugin.