summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp1
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp1
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp1
-rw-r--r--TAO/performance-tests/Latency/AMI/client.cpp1
-rw-r--r--TAO/performance-tests/Latency/DII/client.cpp1
-rw-r--r--TAO/performance-tests/POA/Demux/demux_test_server.cpp3
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp1
-rw-r--r--TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp1
-rw-r--r--TAO/performance-tests/Sequence_Latency/AMI/client.cpp6
-rw-r--r--TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp1
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp6
-rw-r--r--TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp6
12 files changed, 0 insertions, 29 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
index c64c7a5b63a..04e8bd1fd79 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
@@ -1513,7 +1513,6 @@ Cubit_Client::run ()
for (i = 0; i < this->loop_count_; ++i)
{
this->cube_any_struct (i);
-
}
timer.stop ();
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
index 80f56b7c9f8..3236d8087c4 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp
@@ -241,7 +241,6 @@ Cubit_i::cube_union (const Cubit::oneof &values)
temp.cm ().o = values.cm ().o * values.cm ().o * values.cm ().o;
temp.cm ().s = values.cm ().s * values.cm ().s * values.cm ().s;
temp.cm ().l = values.cm ().l * values.cm ().l * values.cm ().l;
-
}
return temp;
}
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
index 10da30b572c..8d6474f51ca 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
@@ -367,7 +367,6 @@ Client::get_high_priority_jitter (void)
if (stats.sample (ACE_round (*latency)) == -1)
ACE_DEBUG ((LM_DEBUG, "Error: stats.sample returned -1\n"));
-
}
// Return the square root of the sum of the differences computed
diff --git a/TAO/performance-tests/Latency/AMI/client.cpp b/TAO/performance-tests/Latency/AMI/client.cpp
index adefa42bb66..fffeb23c96d 100644
--- a/TAO/performance-tests/Latency/AMI/client.cpp
+++ b/TAO/performance-tests/Latency/AMI/client.cpp
@@ -129,7 +129,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
diff --git a/TAO/performance-tests/Latency/DII/client.cpp b/TAO/performance-tests/Latency/DII/client.cpp
index 2273992983e..918af48016c 100644
--- a/TAO/performance-tests/Latency/DII/client.cpp
+++ b/TAO/performance-tests/Latency/DII/client.cpp
@@ -158,7 +158,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
object->_request ("shutdown");
request->invoke ();
-
}
}
catch (const CORBA::Exception& ex)
diff --git a/TAO/performance-tests/POA/Demux/demux_test_server.cpp b/TAO/performance-tests/POA/Demux/demux_test_server.cpp
index 4b922389878..2d189d83ab7 100644
--- a/TAO/performance-tests/POA/Demux/demux_test_server.cpp
+++ b/TAO/performance-tests/POA/Demux/demux_test_server.cpp
@@ -284,7 +284,6 @@ Demux_Test_Server::init (int argc, ACE_TCHAR *argv [])
ACE_OS::fprintf (this->ior_fp_, "%s\n", ior.in ());
-
}
catch (const CORBA::Exception& ex)
{
@@ -297,7 +296,6 @@ Demux_Test_Server::init (int argc, ACE_TCHAR *argv [])
} // j loop
prev_poa = this->child_poa_[i].in ();
-
} // i loop
ACE_OS::fclose (this->ior_fp_);
@@ -309,7 +307,6 @@ Demux_Test_Server::init (int argc, ACE_TCHAR *argv [])
try
{
this->poa_mgr_->activate ();
-
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp
index 958b597b92b..783d3beb11f 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/server.cpp
@@ -253,7 +253,6 @@ Server::svc (void)
poa_manager->activate ();
orb->run ();
-
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
index a0046475528..2689271ca8c 100644
--- a/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
+++ b/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/client.cpp
@@ -217,7 +217,6 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
throughput.dump_results (ACE_TEXT("Aggregated"), gsf);
server->shutdown ("");
-
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/performance-tests/Sequence_Latency/AMI/client.cpp b/TAO/performance-tests/Sequence_Latency/AMI/client.cpp
index 80a86a84e5b..d5d1921e003 100644
--- a/TAO/performance-tests/Sequence_Latency/AMI/client.cpp
+++ b/TAO/performance-tests/Sequence_Latency/AMI/client.cpp
@@ -90,7 +90,6 @@ void test_octet_seq (Test::Roundtrip_ptr roundtrip,
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
@@ -136,7 +135,6 @@ void test_char_seq (Test::Roundtrip_ptr roundtrip,
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
@@ -182,7 +180,6 @@ void test_long_seq (Test::Roundtrip_ptr roundtrip,
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
@@ -228,7 +225,6 @@ void test_short_seq (Test::Roundtrip_ptr roundtrip,
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
@@ -274,7 +270,6 @@ void test_double_seq (Test::Roundtrip_ptr roundtrip,
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
@@ -320,7 +315,6 @@ void test_longlong_seq (Test::Roundtrip_ptr roundtrip,
ACE_OS::gethrtime ());
if (orb->work_pending ())
orb->perform_work ();
-
}
ACE_Time_Value tv (0, 2000);
diff --git a/TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp b/TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp
index 315be6911f8..0c274c3aa5c 100644
--- a/TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp
+++ b/TAO/performance-tests/Sequence_Latency/Sequence_Operations_Time/test.cpp
@@ -153,7 +153,6 @@ void big_time_test (CORBA::ULong num_list_loops,
str_len = list.strs.first_str.length();
list.strs.first_str.length(str_len + 1);
list.strs.first_str[str_len] = use_long_str ? long_str : short_str;
-
} // end of str loop
} // end of seq loop
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp
index d39fd5283a9..b2caa8cbd73 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Per_Connection/Client_Task.cpp
@@ -91,7 +91,6 @@ Client_Task::test_octet_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -109,7 +108,6 @@ Client_Task::test_long_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -128,7 +126,6 @@ Client_Task::test_short_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -146,7 +143,6 @@ Client_Task::test_char_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -164,7 +160,6 @@ Client_Task::test_longlong_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -182,6 +177,5 @@ Client_Task::test_double_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
diff --git a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
index 66b9d153715..3d41025d07c 100644
--- a/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
+++ b/TAO/performance-tests/Sequence_Latency/Thread_Pool/Client_Task.cpp
@@ -91,7 +91,6 @@ Client_Task::test_octet_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -109,7 +108,6 @@ Client_Task::test_long_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -128,7 +126,6 @@ Client_Task::test_short_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -146,7 +143,6 @@ Client_Task::test_char_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -164,7 +160,6 @@ Client_Task::test_longlong_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}
@@ -182,6 +177,5 @@ Client_Task::test_double_seq (void)
ACE_hrtime_t now = ACE_OS::gethrtime ();
this->latency_.sample (now - start);
-
}
}