From 35a81f8814f237efd9c6ee0e1e61201c806be669 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 May 2007 20:17:21 +0000 Subject: 2007-05-15 Joel Sherrill * user/Makefile.am, user/concepts.t, user/rtmon.t: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. --- doc/user/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/user/Makefile.am') diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 1ff456bf18..adc47be290 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -140,7 +140,7 @@ rtmon.texi: rtmon.t -n "Barrier Manager" < $< > $@ barrier.texi: barrier.t - $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_GET_STATUS - Obtain status information on period" \ + $(BMENU2) -p "Rate Monotonic Manager RATE_MONOTONIC_REPORT_STATISTICS - Print period statistics report" \ -u "Top" \ -n "Board Support Packages" < $< > $@ -- cgit v1.2.3