RTEMS  5.1
Files | Functions
CPU Usage

Files

file  cpuuse.h
 CPU Usage Report.
 
file  cpuusagedata.c
 CPU Usage Data.
 
file  cpuusagereport.c
 CPU Usage Report.
 
file  cpuusagereset.c
 CPU Usage Reset.
 
file  cpuusagetop.c
 CPU Usage Top.
 

Functions

void rtems_cpu_usage_report_with_plugin (const rtems_printer *printer)
 
void rtems_cpu_usage_report (void)
 Report CPU usage. More...
 
void rtems_cpu_usage_top_with_plugin (const rtems_printer *printer)
 CPU usage Top plugin. More...
 
void rtems_cpu_usage_top (void)
 CPU usage top. More...
 
void rtems_cpu_usage_reset (void)
 Reset CPU usage. More...
 
int rtems_cpu_info_report (const rtems_printer *printer)
 Reports per-processor information. More...
 

Detailed Description

Function Documentation

◆ rtems_cpu_info_report()

int rtems_cpu_info_report ( const rtems_printer printer)

Reports per-processor information.

Returns
The number of characters printed.

◆ rtems_cpu_usage_report()

void rtems_cpu_usage_report ( void  )

Report CPU usage.

CPU Usage Reporter

◆ rtems_cpu_usage_reset()

void rtems_cpu_usage_reset ( void  )

Reset CPU usage.

CPU Usage Reporter

◆ rtems_cpu_usage_top()

void rtems_cpu_usage_top ( void  )

CPU usage top.

CPU Usage top

◆ rtems_cpu_usage_top_with_plugin()

void rtems_cpu_usage_top_with_plugin ( const rtems_printer printer)

CPU usage Top plugin.

Report CPU Usage in top format to to a print plugin.