summaryrefslogtreecommitdiff
path: root/ACE/tests/Atomic_Op_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-03-05 11:30:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-03-05 11:30:16 +0000
commit08571c4030136bef69f6d57585c8cd954a30612f (patch)
tree0ee1fc2b710a1bc26715a95dfe39e42c3da89022 /ACE/tests/Atomic_Op_Test.cpp
parentf6e50ad92e591be2d2b50fe46f1413c46eeff3b6 (diff)
downloadATCD-08571c4030136bef69f6d57585c8cd954a30612f.tar.gz
Fri Mar 5 11:30:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Atomic_Op_Test.cpp: Print the number of iterations
Diffstat (limited to 'ACE/tests/Atomic_Op_Test.cpp')
-rw-r--r--ACE/tests/Atomic_Op_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/Atomic_Op_Test.cpp b/ACE/tests/Atomic_Op_Test.cpp
index 6ac99df6cf7..6e22bc592b7 100644
--- a/ACE/tests/Atomic_Op_Test.cpp
+++ b/ACE/tests/Atomic_Op_Test.cpp
@@ -212,6 +212,8 @@ run_main (int, ACE_TCHAR *[])
int retval = 0;
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("Measuring %d iterations\n"), TEST_ITERATIONS));
+
retval += test <int> (ACE_TEXT("int"));
retval += test <long> (ACE_TEXT("long"));
retval += test <unsigned int> (ACE_TEXT("unsigned int"));