From 7c49880096cea67851bd769c177b232dc492e407 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 3 Jun 1997 22:49:19 +0000 Subject: [PATCH] new file. --- c/src/ada-tests/tmtests/tmoverhd/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 c/src/ada-tests/tmtests/tmoverhd/README 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.