From 05081fc245df355ebf620d04c29da9f5ec3a03f8 Mon Sep 17 00:00:00 2001 From: kirthika Date: Tue, 25 Jul 2000 15:26:50 +0000 Subject: added dump stats after iterations loop --- .../Portable_Interceptors/Benchmark/client.cpp | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/TAO/tests/Portable_Interceptors/Benchmark/client.cpp b/TAO/tests/Portable_Interceptors/Benchmark/client.cpp index 008a06694f1..a2f461ede91 100644 --- a/TAO/tests/Portable_Interceptors/Benchmark/client.cpp +++ b/TAO/tests/Portable_Interceptors/Benchmark/client.cpp @@ -74,10 +74,11 @@ run_test (Test_Interceptors::Secure_Vault_ptr server, ACE_CHECK; if (TAO_debug_level > 0 && i % 100 == 0) ACE_DEBUG ((LM_DEBUG, "(%P|%t) iteration = %d\n", i)); - - marker.dump_stats ("Ready method ", gsf, 1); } - throughput.dump_results ("Aggregated", gsf); + + marker.dump_stats ("Ready method ", gsf, 1); + + //throughput.dump_results ("Aggregated", gsf); ACE_TRY { @@ -102,12 +103,12 @@ run_test (Test_Interceptors::Secure_Vault_ptr server, ACE_CHECK; if (TAO_debug_level > 0 && i % 100 == 0) ACE_DEBUG ((LM_DEBUG, "(%P|%t) iteration = %d\n", i)); - - marker.dump_stats ("Authenticate method ", gsf, 2); - - ACE_TRY_CHECK; + } - throughput.dump_results ("Aggregated", gsf); + marker.dump_stats ("Authenticate method ", gsf, 2); + + ACE_CHECK; + // throughput.dump_results ("Aggregated", gsf); } ACE_CATCH (Test_Interceptors::Invalid, userex) { @@ -147,10 +148,11 @@ run_test (Test_Interceptors::Secure_Vault_ptr server, if (TAO_debug_level > 0 && i % 100 == 0) ACE_DEBUG ((LM_DEBUG, "(%P|%t) iteration = %d\n", i)); + } marker.dump_stats ("update records method ", gsf, 3); ACE_CHECK; - } - throughput.dump_results ("Aggregated", gsf); + + // throughput.dump_results ("Aggregated", gsf); } -- cgit v1.2.1