RTEMS 6.1-rc2
|
This source file contains the implementation of rtems_rate_monotonic_report_statistics_with_plugin(). More...
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/object.h>
#include <rtems/printer.h>
#include <inttypes.h>
Macros | |
#define | NANOSECONDS_DIVIDER 1000L |
#define | PERCENT_FMT "%04" PRId32 |
#define | NANOSECONDS_FMT "%06ld" |
Functions | |
void | rtems_rate_monotonic_report_statistics_with_plugin (const rtems_printer *printer) |
void | rtems_rate_monotonic_report_statistics (void) |
Reports the period statistics using the printk() printer. | |
This source file contains the implementation of rtems_rate_monotonic_report_statistics_with_plugin().