summaryrefslogtreecommitdiff
path: root/ACE/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
commit7b07caedd286b60f2ed3d99d78f3d4407511d936 (patch)
treeadc82ce5f5b1d3097ae071300bf9d6fc35cb27a0 /ACE/performance-tests
parentc88815f2039e7152d735c18650c102df84d9aa36 (diff)
downloadATCD-7b07caedd286b60f2ed3d99d78f3d4407511d936.tar.gz
Remove doxygen style Id tag with two space before $Id#
Diffstat (limited to 'ACE/performance-tests')
-rw-r--r--ACE/performance-tests/Misc/basic_func.h2
-rw-r--r--ACE/performance-tests/Misc/basic_perf.cpp2
-rw-r--r--ACE/performance-tests/Misc/childbirth_time.cpp2
-rw-r--r--ACE/performance-tests/Misc/context_switch_time.cpp2
-rw-r--r--ACE/performance-tests/Misc/preempt.cpp2
-rw-r--r--ACE/performance-tests/Misc/test_naming.cpp2
-rw-r--r--ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp2
-rw-r--r--ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h2
-rw-r--r--ACE/performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h2
-rw-r--r--ACE/performance-tests/TCP/tcp_test.cpp2
-rw-r--r--ACE/performance-tests/UDP/udp_test.cpp2
11 files changed, 0 insertions, 22 deletions
diff --git a/ACE/performance-tests/Misc/basic_func.h b/ACE/performance-tests/Misc/basic_func.h
index 6281c349214..2bb1e459168 100644
--- a/ACE/performance-tests/Misc/basic_func.h
+++ b/ACE/performance-tests/Misc/basic_func.h
@@ -3,8 +3,6 @@
/**
* @file basic_func.h
*
- * $Id$
- *
* For use with basic_perf.cpp.
*
*
diff --git a/ACE/performance-tests/Misc/basic_perf.cpp b/ACE/performance-tests/Misc/basic_perf.cpp
index 5fb55ba3049..9b6f10ee954 100644
--- a/ACE/performance-tests/Misc/basic_perf.cpp
+++ b/ACE/performance-tests/Misc/basic_perf.cpp
@@ -3,8 +3,6 @@
/**
* @file basic_perf.cpp
*
- * $Id$
- *
* Times various simple operations.
*
* With Sun C++, use -O2: make CFLAGS="-mt -O2" BIN=basic_perf
diff --git a/ACE/performance-tests/Misc/childbirth_time.cpp b/ACE/performance-tests/Misc/childbirth_time.cpp
index ad30cbf6e28..10b98d06083 100644
--- a/ACE/performance-tests/Misc/childbirth_time.cpp
+++ b/ACE/performance-tests/Misc/childbirth_time.cpp
@@ -3,8 +3,6 @@
/**
* @file childbirth_time.cpp
*
- * $Id$
- *
* This program is used to measure various child-creation mechanisms
* on various platforms. By default, the program measure the time
* to 'fork' a new process using ACE_Process.spawn (). Other tests
diff --git a/ACE/performance-tests/Misc/context_switch_time.cpp b/ACE/performance-tests/Misc/context_switch_time.cpp
index 175ac6b9637..bd53e6f76e5 100644
--- a/ACE/performance-tests/Misc/context_switch_time.cpp
+++ b/ACE/performance-tests/Misc/context_switch_time.cpp
@@ -3,8 +3,6 @@
/**
* @file context_switch_time.cpp
*
- * $Id$
- *
* Program that calculates context switch time between threads.
* The Suspend-Resume test is based on the Task Context Switching
* measurement approach described in:
diff --git a/ACE/performance-tests/Misc/preempt.cpp b/ACE/performance-tests/Misc/preempt.cpp
index 7e774fac3a8..4fc5f3c2cf2 100644
--- a/ACE/performance-tests/Misc/preempt.cpp
+++ b/ACE/performance-tests/Misc/preempt.cpp
@@ -3,8 +3,6 @@
/**
* @file preempt.cpp
*
- * $Id$
- *
* This is a simple test to illustrate OS thread preemption. One
* ore more high priority threads periodically (every half
* second, by default) reads the clock. They use select () to
diff --git a/ACE/performance-tests/Misc/test_naming.cpp b/ACE/performance-tests/Misc/test_naming.cpp
index c98e6455440..29cbd50f7db 100644
--- a/ACE/performance-tests/Misc/test_naming.cpp
+++ b/ACE/performance-tests/Misc/test_naming.cpp
@@ -3,8 +3,6 @@
/**
* @file test_naming.cpp
*
- * $Id$
- *
* This is an example to do performance testing of the Naming Service
* using both the normal Memory Pool as well as the light Memory Pool.
*
diff --git a/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp b/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
index 439f3fd31fb..e3a8636c3ba 100644
--- a/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
+++ b/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
@@ -3,8 +3,6 @@
/**
* @file SOCK_SEQPACK_Association_Test.cpp
*
- * $Id$
- *
*
* Tests the methods get_local_addrs and get_remote_addrs of class
* ACE_SOCK_SEQPACK_Association.
diff --git a/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h b/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h
index 4664bd3cda8..5a3aae9f850 100644
--- a/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h
+++ b/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h
@@ -2,8 +2,6 @@
/**
* @file RT_CORBA_Leader_Follower.h
*
- * $Id$
- *
* The leader follower test modified to suit RTCORBA tests. The
* original leader follower test has too many things that doesnt
* get what we are looking for (read it as just confusing enough)
diff --git a/ACE/performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h b/ACE/performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h
index 46d78e8624c..70caa16dbee 100644
--- a/ACE/performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h
+++ b/ACE/performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h
@@ -3,8 +3,6 @@
/**
* @file RT_CORBA_Workers.h
*
- * $Id$
- *
* The Workes test modified to suit RTCORBA tests. The original
* Workers has too many things that doesnt get what we are looking
* for (read it as just confusing enough). Hence a new test.
diff --git a/ACE/performance-tests/TCP/tcp_test.cpp b/ACE/performance-tests/TCP/tcp_test.cpp
index 2a3d2a461c3..0b5638ca6dc 100644
--- a/ACE/performance-tests/TCP/tcp_test.cpp
+++ b/ACE/performance-tests/TCP/tcp_test.cpp
@@ -3,8 +3,6 @@
/**
* @file tcp_test.cpp
*
- * $Id$
- *
* Measures TCP round-trip performance.
*
*
diff --git a/ACE/performance-tests/UDP/udp_test.cpp b/ACE/performance-tests/UDP/udp_test.cpp
index 1c09b94f964..4d72065b7c9 100644
--- a/ACE/performance-tests/UDP/udp_test.cpp
+++ b/ACE/performance-tests/UDP/udp_test.cpp
@@ -3,8 +3,6 @@
/**
* @file udp_test.cpp
*
- * $Id$
- *
* Measures UDP round-trip performance.
*
*