summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Misc/basic_perf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/Misc/basic_perf.cpp')
-rw-r--r--ACE/performance-tests/Misc/basic_perf.cpp37
1 files changed, 17 insertions, 20 deletions
diff --git a/ACE/performance-tests/Misc/basic_perf.cpp b/ACE/performance-tests/Misc/basic_perf.cpp
index ef0dd2ed893..5fb55ba3049 100644
--- a/ACE/performance-tests/Misc/basic_perf.cpp
+++ b/ACE/performance-tests/Misc/basic_perf.cpp
@@ -1,23 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// performance-tests/Misc
-//
-// = FILENAME
-// basic_perf.cpp
-//
-// = DESCRIPTION
-// Times various simple operations.
-//
-// With Sun C++, use -O2: make CFLAGS="-mt -O2" BIN=basic_perf
-// -fast seems to produce slower times.
-//
-// = AUTHOR
-// David Levine
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file basic_perf.cpp
+ *
+ * $Id$
+ *
+ * Times various simple operations.
+ *
+ * With Sun C++, use -O2: make CFLAGS="-mt -O2" BIN=basic_perf
+ * -fast seems to produce slower times.
+ *
+ *
+ * @author David Levine
+ */
+//=============================================================================
+
#include "basic_func.h"
#include "ace/High_Res_Timer.h"