void rtems_rate_monotonic_report_statistics(void);
NONE
This directive prints a report on all active periods which have executed at least one period. The following is an example of the output generated by this directive.
ID OWNER PERIODS MISSED CPU TIME WALL TIME MIN/MAX/AVG MIN/MAX/AVG 0x42010001 TA1 502 0 0/1/0.99 0/0/0.00 0x42010002 TA2 502 0 0/1/0.99 0/0/0.00 0x42010003 TA3 501 0 0/1/0.99 0/0/0.00 0x42010004 TA4 501 0 0/1/0.99 0/0/0.00 0x42010005 TA5 10 0 0/1/0.90 0/0/0.00
This directive will not cause the running task to be preempted.
Copyright © 1988-2008 OAR Corporation