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.