summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm14/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm14/task1.c')
-rw-r--r--testsuites/tmtests/tm14/task1.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/tmtests/tm14/task1.c b/testsuites/tmtests/tm14/task1.c
index 6596ddb8e2..606d674c39 100644
--- a/testsuites/tmtests/tm14/task1.c
+++ b/testsuites/tmtests/tm14/task1.c
@@ -108,15 +108,15 @@ rtems_task High_task(
{
uint32_t index;
- Timer_initialize();
+ benchmark_timerinitialize();
for ( index=1 ; index <= OPERATION_COUNT ; index++ )
- (void) Empty_function();
- overhead = Read_timer();
+ (void) benchmark_timerempty_function();
+ overhead = benchmark_timerread();
- Timer_initialize();
+ benchmark_timerinitialize();
for ( index=1 ; index <= OPERATION_COUNT ; index++ )
(void) rtems_message_queue_urgent( Queue_id, Buffer, MESSAGE_SIZE );
- end_time = Read_timer();
+ end_time = benchmark_timerread();
put_time(
"rtems_message_queue_urgent: task readied -- returns to caller",