summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-28 02:47:56 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-28 02:47:56 +0000
commita1d489af1440356dfca082397f4837368e614d6d (patch)
treeb01407311a8293825efe754b826e48d3e3785953 /TAO/orbsvcs/tests
parentce5b90edf5434b8fc2d4df6d22424db05c32cb3d (diff)
downloadATCD-a1d489af1440356dfca082397f4837368e614d6d.tar.gz
ChangeLogTag:Tue Apr 27 21:46:08 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ec.conf2
-rw-r--r--TAO/orbsvcs/tests/Event_Latency/Event_Latency.cpp7
2 files changed, 3 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ec.conf b/TAO/orbsvcs/tests/EC_Throughput/ec.conf
index 60dace8c81a..f14cddbd175 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ec.conf
+++ b/TAO/orbsvcs/tests/EC_Throughput/ec.conf
@@ -1,2 +1,2 @@
# $Id$
-static EC_Factory "-ECfiltering basic -ECpushsupplierset delayed -ECproxyconsumerlock thread -ECproxysupplierlock recursive -ECsupplierfiltering per-supplier"
+static EC_Factory "-ECfiltering basic -ECpushsupplierset delayed -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier"
diff --git a/TAO/orbsvcs/tests/Event_Latency/Event_Latency.cpp b/TAO/orbsvcs/tests/Event_Latency/Event_Latency.cpp
index f8d6c7de345..9e015d2cada 100644
--- a/TAO/orbsvcs/tests/Event_Latency/Event_Latency.cpp
+++ b/TAO/orbsvcs/tests/Event_Latency/Event_Latency.cpp
@@ -174,12 +174,11 @@ Latency_Consumer::push (const RtecEventComm::EventSet &events,
// ACE_DEBUG ((LM_DEBUG, "Latency_Consumer:push - "));
ACE_TIMEPROBE (EVENT_LATENCY_PUSH_EVENT_TO_CONSUMER);
+ // ACE_DEBUG ((LM_DEBUG, "%d event(s)\n", events.length ()));
if (events.length () == 0)
{
- // ACE_DEBUG ((LM_DEBUG, "no events\n"));
return;
}
- // ACE_DEBUG ((LM_DEBUG, "%d event(s)\n", events.length ()));
#if defined (ACE_HAS_QUANTIFY)
// If measuring jitter, just Quantify the supplier-consumer path.
@@ -544,14 +543,12 @@ Latency_Supplier::push (const RtecEventComm::EventSet &events,
// ACE_DEBUG ((LM_DEBUG, "Latency_Supplier::push - "));
ACE_UNUSED_ARG (TAO_IN_ENV);
+ // ACE_DEBUG ((LM_DEBUG, "%d event(s)\n", events.length ()));
if (events.length () == 0)
{
- // ACE_DEBUG ((LM_DEBUG, "no events\n"));
return;
}
- // ACE_DEBUG ((LM_DEBUG, "%d event(s)\n", events.length ()));
-
for (CORBA::ULong i = 0; i < events.length (); ++i)
{
if (!master_ && events[i].header.type == ACE_ES_EVENT_SHUTDOWN)