Changeset 6031da4 in rtems


Ignore:
Timestamp:
09/29/14 15:20:27 (9 years ago)
Author:
Jennifer Averett <jennifer.averett@…>
Branches:
4.11, 5, master
Children:
a7817010
Parents:
254b7db0
git-author:
Jennifer Averett <jennifer.averett@…> (09/29/14 15:20:27)
git-committer:
Jennifer Averett <jennifer.averett@…> (10/27/14 19:11:04)
Message:

libmisc: Add top to cpuusage.

Location:
cpukit/libmisc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/Makefile.am

    r254b7db0 r6031da4  
    2828noinst_LIBRARIES += libcpuuse.a
    2929libcpuuse_a_SOURCES = cpuuse/cpuusagereport.c cpuuse/cpuusagereset.c \
    30     cpuuse/cpuuse.h cpuuse/cpuusagedata.c
     30     cpuuse/cpuuse.h cpuuse/cpuusagedata.c cpuuse/cpuusagetop.c
    3131
    3232## devnull
  • cpukit/libmisc/cpuuse/cpuuse.h

    r254b7db0 r6031da4  
    6464
    6565/**
     66 *   @brief CPU usage Top plugin
     67 *
     68 *   Report CPU Usage in top format to
     69 *   to a print plugin.
     70 */
     71void rtems_cpu_usage_top_with_plugin(
     72  void                  *context,
     73  rtems_printk_plugin_t  print
     74);
     75
     76/**
     77 *  @brief CPU usage top.
     78 *
     79 *  CPU Usage top
     80 */
     81
     82void rtems_cpu_usage_top( void );
     83
     84/**
    6685 *  @brief Reset CPU usage.
    6786 *
Note: See TracChangeset for help on using the changeset viewer.