RTEMS CPU Kit with SuperCore  4.11.3
Variables
main_cpuuse.c File Reference
#include <stdio.h>
#include <string.h>
#include <rtems.h>
#include <rtems/cpuuse.h>
#include <rtems/shell.h>
#include "internal.h"
Include dependency graph for main_cpuuse.c:

Variables

rtems_shell_cmd_t rtems_shell_CPUUSE_Command
 

Variable Documentation

◆ rtems_shell_CPUUSE_Command

rtems_shell_cmd_t rtems_shell_CPUUSE_Command
Initial value:
= {
"cpuuse",
"[-r] print or reset per thread cpu usage",
"rtems",
rtems_shell_main_cpuuse,
NULL,
NULL
}