]> rtime.felk.cvut.cz Git - frescor/fosa.git/commitdiff
Added a README file in fosa/src_marte_os/tests/test_non_local_jump
authormgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 28 Jan 2009 12:40:48 +0000 (12:40 +0000)
committermgh <mgh@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 28 Jan 2009 12:40:48 +0000 (12:40 +0000)
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 [new file with mode: 0644]
src_marte_os/tests/test_non_local_jump/testbench_long_jump.c

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 (file)
index 0000000..f378208
--- /dev/null
@@ -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
index bffa7b5e35683f9d108abd46a989bfa3ec67c1bc..5a334e4b82e812fb823838bb464fd6898d4c5054 100644 (file)
@@ -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");