RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Data Structures | Functions
cpuusagereport.c File Reference

This source file contains the definition of rtems_cpu_usage_report() and rtems_cpu_usage_report_with_plugin(). More...

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <inttypes.h>
#include <rtems/cpuuse.h>
#include <rtems/printer.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/todimpl.h>
#include "cpuuseimpl.h"

Data Structures

struct  cpu_usage_context
 

Functions

void rtems_cpu_usage_report_with_plugin (const rtems_printer *printer)
 
void rtems_cpu_usage_report (void)
 Reports the CPU usage of each thread using the printk() printer.
 

Detailed Description

This source file contains the definition of rtems_cpu_usage_report() and rtems_cpu_usage_report_with_plugin().