summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-10-23 16:04:12 +0000
commitcd755938747721a508099129566e90c38a51b870 (patch)
tree888a37b59f92dd7640beb6049094c07c3fd2f23a /performance-tests
parente6abbe6fc23e6ac76adb309bf066b37e08d76ac3 (diff)
downloadATCD-cd755938747721a508099129566e90c38a51b870.tar.gz
change SCCS keywords (in our files only) to RCS keywords
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/test_mutex.cpp2
-rw-r--r--performance-tests/Misc/test_naming.cpp2
-rw-r--r--performance-tests/Misc/test_singleton.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/Benchmark.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/Benchmark.h2
-rw-r--r--performance-tests/Synch-Benchmarks/Options.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/Options.h2
-rw-r--r--performance-tests/Synch-Benchmarks/Options.i2
-rw-r--r--performance-tests/Synch-Benchmarks/condb_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/conds_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/context_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/memory_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/mutex_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/pipe_proc_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/pipe_thr_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/recursive_lock_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/rwrd_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/rwwr_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/sema_test.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/synch_driver.cpp2
-rw-r--r--performance-tests/Synch-Benchmarks/sysvsema_test.cpp2
-rw-r--r--performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp2
-rw-r--r--performance-tests/TTCP/C/new-ttcp.cpp2
-rw-r--r--performance-tests/TTCP/ORBeline/ttcp_i.cpp2
-rw-r--r--performance-tests/TTCP/ORBeline/ttcp_i.h2
-rw-r--r--performance-tests/TTCP/Orbix/ttcpC.cpp2
-rw-r--r--performance-tests/TTCP/Orbix/ttcpS.cpp2
-rw-r--r--performance-tests/TTCP/Orbix/ttcp_i.cpp2
-rw-r--r--performance-tests/TTCP/Orbix/ttcp_i.h2
29 files changed, 29 insertions, 29 deletions
diff --git a/performance-tests/Misc/test_mutex.cpp b/performance-tests/Misc/test_mutex.cpp
index fe6854916e2..0f5a6bb8d81 100644
--- a/performance-tests/Misc/test_mutex.cpp
+++ b/performance-tests/Misc/test_mutex.cpp
@@ -1,5 +1,5 @@
// This test program illustrates the performance difference between
-// @(#)test_mutex.cpp 1.1 10/18/96
+// $Id$
// three versions of wrappers for thread mutexes. These three
// versions exercise various combinations of the following classes:
diff --git a/performance-tests/Misc/test_naming.cpp b/performance-tests/Misc/test_naming.cpp
index 851e9bfe9df..de4e6f2c789 100644
--- a/performance-tests/Misc/test_naming.cpp
+++ b/performance-tests/Misc/test_naming.cpp
@@ -1,5 +1,5 @@
// ============================================================================
-// @(#)test_naming.cpp 1.1 10/18/96
+// $Id$
//
// = LIBRARY
diff --git a/performance-tests/Misc/test_singleton.cpp b/performance-tests/Misc/test_singleton.cpp
index ce71ef5da74..4aab7492f8c 100644
--- a/performance-tests/Misc/test_singleton.cpp
+++ b/performance-tests/Misc/test_singleton.cpp
@@ -1,5 +1,5 @@
// This example illustrates the performance impact of using the
-// @(#)test_singleton.cpp 1.1 10/18/96
+// $Id$
// Double-Checked Locking pattern compared with using the "standard"
// practice of acquiring and releasing a lock on every instance()
diff --git a/performance-tests/Synch-Benchmarks/Benchmark.cpp b/performance-tests/Synch-Benchmarks/Benchmark.cpp
index 44be1b18f0c..6467b888410 100644
--- a/performance-tests/Synch-Benchmarks/Benchmark.cpp
+++ b/performance-tests/Synch-Benchmarks/Benchmark.cpp
@@ -1,5 +1,5 @@
#include "Benchmark.h"
-// @(#)Benchmark.cpp 1.1 10/18/96
+// $Id$
#if defined (ACE_HAS_THREADS)
diff --git a/performance-tests/Synch-Benchmarks/Benchmark.h b/performance-tests/Synch-Benchmarks/Benchmark.h
index aad12e2bac6..58424e88e58 100644
--- a/performance-tests/Synch-Benchmarks/Benchmark.h
+++ b/performance-tests/Synch-Benchmarks/Benchmark.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Benchmark.h 1.1 10/18/96
+// $Id$
/* Defines the class used to dynamically link in the benchmark tests */
diff --git a/performance-tests/Synch-Benchmarks/Options.cpp b/performance-tests/Synch-Benchmarks/Options.cpp
index f43ec27ce95..4314dc5e834 100644
--- a/performance-tests/Synch-Benchmarks/Options.cpp
+++ b/performance-tests/Synch-Benchmarks/Options.cpp
@@ -1,5 +1,5 @@
#include "Options.h"
-// @(#)Options.cpp 1.1 10/18/96
+// $Id$
#if defined (ACE_HAS_THREADS)
diff --git a/performance-tests/Synch-Benchmarks/Options.h b/performance-tests/Synch-Benchmarks/Options.h
index 7fa53e5fbae..7432f78f604 100644
--- a/performance-tests/Synch-Benchmarks/Options.h
+++ b/performance-tests/Synch-Benchmarks/Options.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Options.h 1.1 10/18/96
+// $Id$
/* Option manager for ustreams */
diff --git a/performance-tests/Synch-Benchmarks/Options.i b/performance-tests/Synch-Benchmarks/Options.i
index 0c6030118bb..08abea93bf4 100644
--- a/performance-tests/Synch-Benchmarks/Options.i
+++ b/performance-tests/Synch-Benchmarks/Options.i
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)Options.i 1.1 10/18/96
+// $Id$
/* Option manager for ustreams */
diff --git a/performance-tests/Synch-Benchmarks/condb_test.cpp b/performance-tests/Synch-Benchmarks/condb_test.cpp
index 64cc90ffd5d..0075c06c7f3 100644
--- a/performance-tests/Synch-Benchmarks/condb_test.cpp
+++ b/performance-tests/Synch-Benchmarks/condb_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)condb_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/conds_test.cpp b/performance-tests/Synch-Benchmarks/conds_test.cpp
index b32be50a5e1..9b32afaf335 100644
--- a/performance-tests/Synch-Benchmarks/conds_test.cpp
+++ b/performance-tests/Synch-Benchmarks/conds_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)conds_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/context_test.cpp b/performance-tests/Synch-Benchmarks/context_test.cpp
index d8ec2bbd872..ff83af6af3a 100644
--- a/performance-tests/Synch-Benchmarks/context_test.cpp
+++ b/performance-tests/Synch-Benchmarks/context_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)context_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/memory_test.cpp b/performance-tests/Synch-Benchmarks/memory_test.cpp
index 612e86999d0..6859e006dde 100644
--- a/performance-tests/Synch-Benchmarks/memory_test.cpp
+++ b/performance-tests/Synch-Benchmarks/memory_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)memory_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/mutex_test.cpp b/performance-tests/Synch-Benchmarks/mutex_test.cpp
index ea4933945f7..91c4d8aaef0 100644
--- a/performance-tests/Synch-Benchmarks/mutex_test.cpp
+++ b/performance-tests/Synch-Benchmarks/mutex_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)mutex_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp b/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp
index c06cf64653b..45d8df5af58 100644
--- a/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp
+++ b/performance-tests/Synch-Benchmarks/pipe_proc_test.cpp
@@ -1,5 +1,5 @@
#include "Options.h"
-// @(#)pipe_proc_test.cpp 1.1 10/18/96
+// $Id$
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
index 848608081d9..4813ed3e3c2 100644
--- a/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
+++ b/performance-tests/Synch-Benchmarks/pipe_thr_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Thread_Manager.h"
-// @(#)pipe_thr_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
index 1712d608503..b3579d980d5 100644
--- a/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
+++ b/performance-tests/Synch-Benchmarks/recursive_lock_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)recursive_lock_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/rwrd_test.cpp b/performance-tests/Synch-Benchmarks/rwrd_test.cpp
index 89f4e35d303..123781631e8 100644
--- a/performance-tests/Synch-Benchmarks/rwrd_test.cpp
+++ b/performance-tests/Synch-Benchmarks/rwrd_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)rwrd_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/rwwr_test.cpp b/performance-tests/Synch-Benchmarks/rwwr_test.cpp
index daf7cd32818..9f91b85323e 100644
--- a/performance-tests/Synch-Benchmarks/rwwr_test.cpp
+++ b/performance-tests/Synch-Benchmarks/rwwr_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)rwwr_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/sema_test.cpp b/performance-tests/Synch-Benchmarks/sema_test.cpp
index 0a20d1bc07f..3862ca4123f 100644
--- a/performance-tests/Synch-Benchmarks/sema_test.cpp
+++ b/performance-tests/Synch-Benchmarks/sema_test.cpp
@@ -1,5 +1,5 @@
#include "ace/Synch.h"
-// @(#)sema_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/Synch-Benchmarks/synch_driver.cpp b/performance-tests/Synch-Benchmarks/synch_driver.cpp
index 3e2566c9f30..8520fef85dc 100644
--- a/performance-tests/Synch-Benchmarks/synch_driver.cpp
+++ b/performance-tests/Synch-Benchmarks/synch_driver.cpp
@@ -1,5 +1,5 @@
// Driver program that measures the performance of synchronization
-// @(#)synch_driver.cpp 1.1 10/18/96
+// $Id$
// mechanisms provided by ACE and the underlying OS.
diff --git a/performance-tests/Synch-Benchmarks/sysvsema_test.cpp b/performance-tests/Synch-Benchmarks/sysvsema_test.cpp
index fb9be5c7eef..3dc98ebac16 100644
--- a/performance-tests/Synch-Benchmarks/sysvsema_test.cpp
+++ b/performance-tests/Synch-Benchmarks/sysvsema_test.cpp
@@ -1,5 +1,5 @@
#include "ace/SV_Semaphore_Simple.h"
-// @(#)sysvsema_test.cpp 1.1 10/18/96
+// $Id$
#include "Options.h"
#include "Benchmark.h"
diff --git a/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp b/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp
index 55fbdf1d077..2033dba7c59 100644
--- a/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp
+++ b/performance-tests/TTCP/ACE-C++/wrapper-new-ttcp.cpp
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)wrapper-new-ttcp.cpp 1.1 10/18/96
+// $Id$
/*
* T T C P . C
diff --git a/performance-tests/TTCP/C/new-ttcp.cpp b/performance-tests/TTCP/C/new-ttcp.cpp
index 92f24f6cf97..f4fe17da814 100644
--- a/performance-tests/TTCP/C/new-ttcp.cpp
+++ b/performance-tests/TTCP/C/new-ttcp.cpp
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)new-ttcp.cpp 1.1 10/18/96
+// $Id$
/*
* T T C P . C
diff --git a/performance-tests/TTCP/ORBeline/ttcp_i.cpp b/performance-tests/TTCP/ORBeline/ttcp_i.cpp
index 1f79276ecab..4a089a8bc09 100644
--- a/performance-tests/TTCP/ORBeline/ttcp_i.cpp
+++ b/performance-tests/TTCP/ORBeline/ttcp_i.cpp
@@ -1,5 +1,5 @@
/*
-// @(#)ttcp_i.cpp 1.1 10/18/96
+// $Id$
* T T C P . C
*
diff --git a/performance-tests/TTCP/ORBeline/ttcp_i.h b/performance-tests/TTCP/ORBeline/ttcp_i.h
index 70cb752031f..b7a82a1b84a 100644
--- a/performance-tests/TTCP/ORBeline/ttcp_i.h
+++ b/performance-tests/TTCP/ORBeline/ttcp_i.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)ttcp_i.h 1.1 10/18/96
+// $Id$
// ttcp_i.C
diff --git a/performance-tests/TTCP/Orbix/ttcpC.cpp b/performance-tests/TTCP/Orbix/ttcpC.cpp
index dd8c44d9d21..1e623b01f2e 100644
--- a/performance-tests/TTCP/Orbix/ttcpC.cpp
+++ b/performance-tests/TTCP/Orbix/ttcpC.cpp
@@ -1,5 +1,5 @@
-// @(#)ttcpC.cpp 1.1 10/18/96
+// $Id$
#include "ttcp.hh"
diff --git a/performance-tests/TTCP/Orbix/ttcpS.cpp b/performance-tests/TTCP/Orbix/ttcpS.cpp
index e23dffd2d00..0b31298d758 100644
--- a/performance-tests/TTCP/Orbix/ttcpS.cpp
+++ b/performance-tests/TTCP/Orbix/ttcpS.cpp
@@ -1,5 +1,5 @@
-// @(#)ttcpS.cpp 1.1 10/18/96
+// $Id$
#include "ttcp.hh"
diff --git a/performance-tests/TTCP/Orbix/ttcp_i.cpp b/performance-tests/TTCP/Orbix/ttcp_i.cpp
index f8221fd36d4..78067ee98ce 100644
--- a/performance-tests/TTCP/Orbix/ttcp_i.cpp
+++ b/performance-tests/TTCP/Orbix/ttcp_i.cpp
@@ -1,5 +1,5 @@
-// @(#)ttcp_i.cpp 1.1 10/18/96
+// $Id$
/*
* T T C P . C
diff --git a/performance-tests/TTCP/Orbix/ttcp_i.h b/performance-tests/TTCP/Orbix/ttcp_i.h
index cb3f60ad532..5db365ee4d1 100644
--- a/performance-tests/TTCP/Orbix/ttcp_i.h
+++ b/performance-tests/TTCP/Orbix/ttcp_i.h
@@ -1,5 +1,5 @@
/* -*- C++ -*- */
-// @(#)ttcp_i.h 1.1 10/18/96
+// $Id$
// ttcp_i.C