summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:49:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-03 22:49:19 +0000
commit7c49880096cea67851bd769c177b232dc492e407 (patch)
tree15e7125d73bca498b004fb261cbb4a905749ea64 /c
parentcorrected to compile with the new binding. (diff)
downloadrtems-7c49880096cea67851bd769c177b232dc492e407.tar.bz2
new file.
Diffstat (limited to 'c')
-rw-r--r--c/src/ada-tests/tmtests/tmoverhd/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/ada-tests/tmtests/tmoverhd/README b/c/src/ada-tests/tmtests/tmoverhd/README
new file mode 100644
index 0000000000..d5624c4270
--- /dev/null
+++ b/c/src/ada-tests/tmtests/tmoverhd/README
@@ -0,0 +1,9 @@
+#
+# $Id$
+#
+
+This test is of marginal usefulness in testing the bindings. It
+shows how much overhead is required to call the Ada binding
+routine but does not give any indication of how much overhead the
+binding itself adds. This information can be inferred by subtracting
+the C times from Ada times on the same target processor.