[rtems commit] tmtests: Add contents to multiple documentation files

Joel Sherrill joel at rtems.org
Thu Jan 9 15:34:45 UTC 2014


Module:    rtems
Branch:    master
Commit:    4e108d791984201edd24c2ef53bc797559abb566
Changeset: http://git.rtems.org/rtems/commit/?id=4e108d791984201edd24c2ef53bc797559abb566

Author:    Cynthia Rempel <cynt6007 at vandals.uidaho.edu>
Date:      Thu Jan  9 09:41:17 2014 -0600

tmtests: Add contents to multiple documentation files

---

 testsuites/tmtests/tm01/tm01.doc |   13 +++++++++++--
 testsuites/tmtests/tm02/tm02.doc |   10 ++++++++--
 testsuites/tmtests/tm03/tm03.doc |   10 ++++++++--
 testsuites/tmtests/tm04/tm04.doc |   14 ++++++++++++--
 testsuites/tmtests/tm05/tm05.doc |   11 +++++++++--
 testsuites/tmtests/tm06/tm06.doc |   13 +++++++++++--
 testsuites/tmtests/tm07/tm07.doc |   10 ++++++++--
 testsuites/tmtests/tm08/tm08.doc |   15 +++++++++++++--
 testsuites/tmtests/tm09/tm09.doc |   15 +++++++++++++--
 testsuites/tmtests/tm10/tm10.doc |   10 ++++++++--
 testsuites/tmtests/tm11/tm11.doc |   10 ++++++++--
 testsuites/tmtests/tm12/tm12.doc |   10 ++++++++--
 testsuites/tmtests/tm13/tm13.doc |   10 ++++++++--
 testsuites/tmtests/tm14/tm14.doc |   10 ++++++++--
 testsuites/tmtests/tm15/tm15.doc |   11 +++++++++--
 testsuites/tmtests/tm16/tm16.doc |   10 ++++++++--
 testsuites/tmtests/tm17/tm17.doc |   10 ++++++++--
 testsuites/tmtests/tm18/tm18.doc |   10 ++++++++--
 testsuites/tmtests/tm19/tm19.doc |   12 ++++++++++--
 testsuites/tmtests/tm20/tm20.doc |   27 +++++++++++++++++++++++++--
 testsuites/tmtests/tm21/tm21.doc |   17 +++++++++++++++--
 testsuites/tmtests/tm22/tm22.doc |   10 ++++++++--
 testsuites/tmtests/tm23/tm23.doc |   16 ++++++++++++++--
 testsuites/tmtests/tm24/tm24.doc |   10 ++++++++--
 testsuites/tmtests/tm25/tm25.doc |   10 ++++++++--
 testsuites/tmtests/tm26/tm26.doc |   23 +++++++++++++++++++++--
 testsuites/tmtests/tm28/tm28.doc |   13 +++++++++++--
 testsuites/tmtests/tm29/tm29.doc |   13 +++++++++++--
 testsuites/tmtests/tm30/tm30.doc |   13 +++++++++----
 29 files changed, 306 insertions(+), 60 deletions(-)

diff --git a/testsuites/tmtests/tm01/tm01.doc b/testsuites/tmtests/tm01/tm01.doc
index a2dcbde..367069e 100644
--- a/testsuites/tmtests/tm01/tm01.doc
+++ b/testsuites/tmtests/tm01/tm01.doc
@@ -1,9 +1,18 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_semaphore_create
+  + rtems_semaphore_delete
+  + rtems_semaphore_obtain
+  + rtems_semaphore_release
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm02/tm02.doc b/testsuites/tmtests/tm02/tm02.doc
index a2dcbde..8e972a0 100644
--- a/testsuites/tmtests/tm02/tm02.doc
+++ b/testsuites/tmtests/tm02/tm02.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_semaphore_obtain
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm03/tm03.doc b/testsuites/tmtests/tm03/tm03.doc
index a2dcbde..8e972a0 100644
--- a/testsuites/tmtests/tm03/tm03.doc
+++ b/testsuites/tmtests/tm03/tm03.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_semaphore_obtain
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm04/tm04.doc b/testsuites/tmtests/tm04/tm04.doc
index a2dcbde..d7999f2 100644
--- a/testsuites/tmtests/tm04/tm04.doc
+++ b/testsuites/tmtests/tm04/tm04.doc
@@ -1,9 +1,19 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_create
+  + rtems_task_delete
+  + rtems_task_restart
+  + rtems_task_start
+  + rtems_semaphore_release
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm05/tm05.doc b/testsuites/tmtests/tm05/tm05.doc
index a2dcbde..d77de40 100644
--- a/testsuites/tmtests/tm05/tm05.doc
+++ b/testsuites/tmtests/tm05/tm05.doc
@@ -1,9 +1,16 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_resume
+  + rtems_task_suspend
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm06/tm06.doc b/testsuites/tmtests/tm06/tm06.doc
index a2dcbde..88fdcaa 100644
--- a/testsuites/tmtests/tm06/tm06.doc
+++ b/testsuites/tmtests/tm06/tm06.doc
@@ -1,9 +1,18 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_delete
+  + rtems_task_restart
+  + rtems_task_resume
+  + rtems_task_suspend
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm07/tm07.doc b/testsuites/tmtests/tm07/tm07.doc
index a2dcbde..301aa1f 100644
--- a/testsuites/tmtests/tm07/tm07.doc
+++ b/testsuites/tmtests/tm07/tm07.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_restart
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm08/tm08.doc b/testsuites/tmtests/tm08/tm08.doc
index a2dcbde..cdea223 100644
--- a/testsuites/tmtests/tm08/tm08.doc
+++ b/testsuites/tmtests/tm08/tm08.doc
@@ -1,9 +1,20 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_clock_get_tod
+  + rtems_clock_set
+  + rtems_task_mode
+  + rtems_task_get_note
+  + rtems_task_set_note
+  + rtems_task_set_priority
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm09/tm09.doc b/testsuites/tmtests/tm09/tm09.doc
index a2dcbde..009b5cf 100644
--- a/testsuites/tmtests/tm09/tm09.doc
+++ b/testsuites/tmtests/tm09/tm09.doc
@@ -1,9 +1,20 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_create
+  + rtems_message_queue_delete
+  + rtems_message_queue_flush
+  + rtems_message_queue_receive
+  + rtems_message_queue_send
+  + rtems_message_queue_urgent
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm10/tm10.doc b/testsuites/tmtests/tm10/tm10.doc
index a2dcbde..9f2b247 100644
--- a/testsuites/tmtests/tm10/tm10.doc
+++ b/testsuites/tmtests/tm10/tm10.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_receive
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm11/tm11.doc b/testsuites/tmtests/tm11/tm11.doc
index a2dcbde..60bf411 100644
--- a/testsuites/tmtests/tm11/tm11.doc
+++ b/testsuites/tmtests/tm11/tm11.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_send
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm12/tm12.doc b/testsuites/tmtests/tm12/tm12.doc
index a2dcbde..60bf411 100644
--- a/testsuites/tmtests/tm12/tm12.doc
+++ b/testsuites/tmtests/tm12/tm12.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_send
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm13/tm13.doc b/testsuites/tmtests/tm13/tm13.doc
index a2dcbde..ef48f30 100644
--- a/testsuites/tmtests/tm13/tm13.doc
+++ b/testsuites/tmtests/tm13/tm13.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_urgent
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm14/tm14.doc b/testsuites/tmtests/tm14/tm14.doc
index a2dcbde..ef48f30 100644
--- a/testsuites/tmtests/tm14/tm14.doc
+++ b/testsuites/tmtests/tm14/tm14.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_urgent
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm15/tm15.doc b/testsuites/tmtests/tm15/tm15.doc
index a2dcbde..bb45a14 100644
--- a/testsuites/tmtests/tm15/tm15.doc
+++ b/testsuites/tmtests/tm15/tm15.doc
@@ -1,9 +1,16 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_event_receive
+  + rtems_event_send
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm16/tm16.doc b/testsuites/tmtests/tm16/tm16.doc
index a2dcbde..44c7df1 100644
--- a/testsuites/tmtests/tm16/tm16.doc
+++ b/testsuites/tmtests/tm16/tm16.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_event_send
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm17/tm17.doc b/testsuites/tmtests/tm17/tm17.doc
index a2dcbde..927a8eb 100644
--- a/testsuites/tmtests/tm17/tm17.doc
+++ b/testsuites/tmtests/tm17/tm17.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_set_priority
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm18/tm18.doc b/testsuites/tmtests/tm18/tm18.doc
index a2dcbde..b00e8b8 100644
--- a/testsuites/tmtests/tm18/tm18.doc
+++ b/testsuites/tmtests/tm18/tm18.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_delete
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm19/tm19.doc b/testsuites/tmtests/tm19/tm19.doc
index a2dcbde..fb6f117 100644
--- a/testsuites/tmtests/tm19/tm19.doc
+++ b/testsuites/tmtests/tm19/tm19.doc
@@ -1,9 +1,17 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_signal
+  + rtems_signal_catch
+  + rtems_signal_send
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm20/tm20.doc b/testsuites/tmtests/tm20/tm20.doc
index a2dcbde..f781ef5 100644
--- a/testsuites/tmtests/tm20/tm20.doc
+++ b/testsuites/tmtests/tm20/tm20.doc
@@ -1,9 +1,32 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_partition_create
+  + rtems_partition_delete
+  + rtems_partition_get_buffer
+  + rtems_partition_return_buffer
+  + rtems_region_create
+  + rtems_region_delete
+  + rtems_region_get_segment
+  + rtems_io_close
+  + rtems_io_control
+  + rtems_io_initialize
+  + rtems_io_open
+  + rtems_io_read
+  + rtems_io_write
+  + rtems_region_get_segment
+  + rtems_region_return_segment
+  + rtems_partition_return_buffer
+
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
 
+TODO: break into multiple tests, if possible
\ No newline at end of file
diff --git a/testsuites/tmtests/tm21/tm21.doc b/testsuites/tmtests/tm21/tm21.doc
index a2dcbde..f5ac8c3 100644
--- a/testsuites/tmtests/tm21/tm21.doc
+++ b/testsuites/tmtests/tm21/tm21.doc
@@ -1,9 +1,22 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_ident
+  + rtems_message_queue_ident
+  + rtems_semaphore_ident
+  + rtems_partition_ident
+  + rtems_region_ident
+  + rtems_port_ident
+  + rtems_timer_ident
+  + rtems_rate_monotonic_ident
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm22/tm22.doc b/testsuites/tmtests/tm22/tm22.doc
index a2dcbde..51d689d 100644
--- a/testsuites/tmtests/tm22/tm22.doc
+++ b/testsuites/tmtests/tm22/tm22.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_message_queue_broadcast
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm23/tm23.doc b/testsuites/tmtests/tm23/tm23.doc
index a2dcbde..3b3ccf1 100644
--- a/testsuites/tmtests/tm23/tm23.doc
+++ b/testsuites/tmtests/tm23/tm23.doc
@@ -1,9 +1,21 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_wake_when
+  + rtems_timer_cancel
+  + rtems_timer_create
+  + rtems_timer_delete
+  + rtems_timer_fire_after
+  + rtems_timer_fire_when
+  + rtems_timer_reset
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm24/tm24.doc b/testsuites/tmtests/tm24/tm24.doc
index a2dcbde..720ff30 100644
--- a/testsuites/tmtests/tm24/tm24.doc
+++ b/testsuites/tmtests/tm24/tm24.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_task_wake_after
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm25/tm25.doc b/testsuites/tmtests/tm25/tm25.doc
index a2dcbde..66b1c50 100644
--- a/testsuites/tmtests/tm25/tm25.doc
+++ b/testsuites/tmtests/tm25/tm25.doc
@@ -1,9 +1,15 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_clock_tick
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm26/tm26.doc b/testsuites/tmtests/tm26/tm26.doc
index a2dcbde..9cfbd36 100644
--- a/testsuites/tmtests/tm26/tm26.doc
+++ b/testsuites/tmtests/tm26/tm26.doc
@@ -1,9 +1,28 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + _ISR_Disable
+  + _ISR_Flash
+  + _ISR_Enable
+  + _Thread_Disable_dispatch
+  + _Thread_Enable_dispatch
+  + _Thread_Set_state
+  + _Thread_Dispatch
+  + _Thread_Resume
+  + _Thread_Unblock
+  + _Thread_Ready
+  + _Thread_Get
+  + _Semaphore_Get
+
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
 
+TODO: break into multiple tests, if feasible
\ No newline at end of file
diff --git a/testsuites/tmtests/tm28/tm28.doc b/testsuites/tmtests/tm28/tm28.doc
index a2dcbde..b5685f5 100644
--- a/testsuites/tmtests/tm28/tm28.doc
+++ b/testsuites/tmtests/tm28/tm28.doc
@@ -1,9 +1,18 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_port_create
+  + rtems_port_delete
+  + rtems_port_external_to_internal
+  + rtems_port_internal_to_external
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm29/tm29.doc b/testsuites/tmtests/tm29/tm29.doc
index a2dcbde..bac9338 100644
--- a/testsuites/tmtests/tm29/tm29.doc
+++ b/testsuites/tmtests/tm29/tm29.doc
@@ -1,9 +1,18 @@
-#  COPYRIGHT (c) 1989-1999.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
 #
 
+This test benchmarks the following operations:
+
+  + rtems_rate_monotonic_cancel
+  + rtems_rate_monotonic_create
+  + rtems_rate_monotonic_delete
+  + rtems_rate_monotonic_period
 
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file
diff --git a/testsuites/tmtests/tm30/tm30.doc b/testsuites/tmtests/tm30/tm30.doc
index 21b1753..3962421 100644
--- a/testsuites/tmtests/tm30/tm30.doc
+++ b/testsuites/tmtests/tm30/tm30.doc
@@ -1,6 +1,6 @@
-#  COPYRIGHT (c) 1989-2010.
+#  COPYRIGHT (c) 1989-2014.
 #  On-Line Applications Research Corporation (OAR).
-#
+#  Cynthia Rempel <cynthia at rtems.org>
 #  The license and distribution terms for this file may be
 #  found in the file LICENSE in this distribution or at
 #  http://www.rtems.com/license/LICENSE.
@@ -8,5 +8,10 @@
 
 This test benchmarks the following operations:
 
-+ rtems_barrier_create
-+ rtems_barrier_delete
+  + rtems_barrier_create
+  + rtems_barrier_delete
+  + rtems_barrier_ident
+
+For more information
+1. tmtests/include/timesys.h
+2. tmtests/README
\ No newline at end of file




More information about the vc mailing list