Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / performance-tests / README
blob62b3b446316fcc155b7bf39ccbffd172a10ab7de
3 The subdirectories in this directory provide a number of benchmarks
4 that use ACE features to determine performance of various concurrency
5 and communication mechanisms.
7         . Synch-Benchmarks -- Implements a number of benchmarks
8           that test the performance of various synchronization
9           mechanisms.
11         . TTCP -- Implements several variants of the TTCP benchmarking
12           test for TCP and UCP using C sockets and ACE C++ wrappers.
14         . UDP -- Contains UDP test, which measures UDP round-trip
15           performance.
17         . Misc -- Miscellaneous tests, e.g., Double-Checked Locking,
18           context switching, mutexes, naming, etc.