summaryrefslogtreecommitdiff
path: root/c/src/ada-tests/tmtests
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/src/ada-tests/tmtests
parent8ed37e3c2d52e5275cc8a7571dd2b466db05e3f8 (diff)
new file.
Diffstat (limited to 'c/src/ada-tests/tmtests')
-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.