From 7a0a442dd2f00a02c80cc88e96c9ce526966c43f Mon Sep 17 00:00:00 2001 From: mgh Date: Wed, 28 Jan 2009 12:40:48 +0000 Subject: [PATCH] Added a README file in fosa/src_marte_os/tests/test_non_local_jump git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1504 35b4ef3e-fd22-0410-ab77-dab3279adceb --- src_marte_os/tests/test_non_local_jump/README | 15 +++++++++++++++ .../test_non_local_jump/testbench_long_jump.c | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src_marte_os/tests/test_non_local_jump/README diff --git a/src_marte_os/tests/test_non_local_jump/README b/src_marte_os/tests/test_non_local_jump/README new file mode 100644 index 0000000..f378208 --- /dev/null +++ b/src_marte_os/tests/test_non_local_jump/README @@ -0,0 +1,15 @@ + Tests in fosa/src_marte_os/tests/test_non_local_jump + ---------------------------------------------------- +simple_test_non_local_jump.c + This test checks the ability to make long jumps in MaRTE OS + A periodic workload consumes 1ms or 2ms (every 5 iterations) + The budget is set to 1.4ms; when exceeded, the operation is aborted + +test_fosa_long_jump.c + This test checks the ability to make long jumps in FOSA + A periodic workload consumes 1ms or 7ms (every 5 iterations) + The budget is set to 1.4ms; when exceeded, the operation is aborted + +testbench_long_jump.c + This test measures the time of a long jump + It displays elapsed time for execution of an operation with a budget of 20ms diff --git a/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c b/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c index bffa7b5..5a334e4 100644 --- a/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c +++ b/src_marte_os/tests/test_non_local_jump/testbench_long_jump.c @@ -113,7 +113,9 @@ int main() fosa_signal_t signal_set[1]; fosa_thread_id_t periodic_tid; results_t results; - + + // Display a header text + printf("\n"); printf("This test measures the time of a long jump\n"); printf("It displays elapsed time for execution of an operation with a budget of 20ms\n"); printf("\n"); -- 2.39.2