summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm21/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 10:38:22 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-07 19:10:35 -0600
commit9410d01196776178421066568f29058e7783c60d (patch)
tree23b5d17eef94bd72580f92ffe8e9520b5fe01a77 /testsuites/tmtests/tm21/task1.c
parentvirtex4: Move start.S to virtex4/start/start.S (diff)
downloadrtems-9410d01196776178421066568f29058e7783c60d.tar.bz2
tmtests: Make output more uniform
Diffstat (limited to 'testsuites/tmtests/tm21/task1.c')
-rw-r--r--testsuites/tmtests/tm21/task1.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuites/tmtests/tm21/task1.c b/testsuites/tmtests/tm21/task1.c
index 3a63977394..054dbf74f3 100644
--- a/testsuites/tmtests/tm21/task1.c
+++ b/testsuites/tmtests/tm21/task1.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -135,7 +135,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_task_ident",
+ "rtems_task_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -148,7 +148,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_message_queue_ident",
+ "rtems_message_queue_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -161,7 +161,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_semaphore_ident",
+ "rtems_semaphore_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -174,7 +174,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_partition_ident",
+ "rtems_partition_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -187,7 +187,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_region_ident",
+ "rtems_region_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -200,7 +200,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_port_ident",
+ "rtems_port_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -213,7 +213,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_timer_ident",
+ "rtems_timer_ident: only case",
end_time,
OPERATION_COUNT,
overhead,
@@ -226,7 +226,7 @@ rtems_task Task_1(
end_time = benchmark_timer_read();
put_time(
- "rtems_rate_monotonic_ident",
+ "rtems_rate_monotonic_ident: only case",
end_time,
OPERATION_COUNT,
overhead,