summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-07-04 04:10:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-07-04 04:10:41 +0000
commitb27ebe543667bab93772f77edf9d36f1dc80063e (patch)
tree86d034df31cc1923b81d3758ac945880086c64fb /tests
parent0101e62dd5d2782a21e5a206af2f1b1ac8f799a3 (diff)
downloadATCD-b27ebe543667bab93772f77edf9d36f1dc80063e.tar.gz
ChangeLogTag:Tue
Diffstat (limited to 'tests')
-rw-r--r--tests/Memcpy_Test.cpp16
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/Memcpy_Test.cpp b/tests/Memcpy_Test.cpp
index bc8af5ab482..46fb2c381e5 100644
--- a/tests/Memcpy_Test.cpp
+++ b/tests/Memcpy_Test.cpp
@@ -1,4 +1,18 @@
-//$Id$
+//=============================================================================
+/**
+ * @file Memcpy_Test.cpp
+ *
+ * $Id$
+ *
+ * @author Mike Marinez <mmartinez@oci.com>
+ *
+ * This test compares the performance of ACE_OS::memcpy with
+ * that of smemcpy which unrolls the memcpy loop upto size = 16.
+ * This test is also run via autoconf and if smemcpy is faster,
+ * ACE_HAS_MEMCPY_LOOP_UNROLL flag is set.
+ *
+ */
+//=============================================================================
#include "ace/OS_NS_string.h"
#include "ace/High_Res_Timer.h"