summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 03:29:45 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 03:29:45 +0000
commit73b23db87738c032fe280312cf21a41c8191564e (patch)
tree34b7dcf935eb377bd5ec60a185d9bb012bc6d34b
parentee365bb58b28a898f014bb8aad2532caa13e1c1e (diff)
downloadATCD-73b23db87738c032fe280312cf21a41c8191564e.tar.gz
*** empty log message ***
-rw-r--r--TAO/performance-tests/Latency/ami-latency-client.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/performance-tests/Latency/ami-latency-client.cpp b/TAO/performance-tests/Latency/ami-latency-client.cpp
index 5f4ebdc57ba..fb9349ec3b0 100644
--- a/TAO/performance-tests/Latency/ami-latency-client.cpp
+++ b/TAO/performance-tests/Latency/ami-latency-client.cpp
@@ -13,7 +13,7 @@ const char *ior = "file://test.ior";
int nthreads = 1;
int niterations = 5;
-int sleep_flag = 1;
+int sleep_flag = 0;
ACE_hrtime_t latency_base;
@@ -71,10 +71,6 @@ public:
void test_method (CORBA::Environment&)
{
- if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
- "(%P | %t) : Callback method called\n"));
-
ACE_hrtime_t now = ACE_OS::gethrtime ();
throughput_stats.sample (now - throughput_base,
now - latency_base);
@@ -332,3 +328,5 @@ Client::dump_stats (const char* msg, ACE_UINT32 gsf)
{
throughput_stats.dump_results (msg, gsf);
}
+
+