summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-02 01:53:59 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-02 01:53:59 +0000
commitb913fd09907036e53d9b875a4375a31cef69e319 (patch)
tree531c8dc7581a11a9d2f285add569aaf810cb07d9 /TAO/performance-tests/Cubit
parent05845230d41c83d229d0738416b096b31e42acc3 (diff)
downloadATCD-b913fd09907036e53d9b875a4375a31cef69e319.tar.gz
ChangeLogTag: Sun Apr 1 20:43:18 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/Cubit')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp18
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp2
2 files changed, 5 insertions, 15 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 5ab7e10e59e..aa872d04ec0 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp
@@ -514,14 +514,9 @@ Cubit_Client::cube_oneway (int,
{
ACE_TRY
{
- {
- ACE_FUNCTION_TIMEPROBE (CUBIT_CLIENT_CUBE_ONEWAY_START);
-
- this->cubit_->cube_oneway (ACE_TRY_ENV);
- }
-
+ ACE_FUNCTION_TIMEPROBE (CUBIT_CLIENT_CUBE_ONEWAY_START);
+ this->cubit_->cube_oneway (ACE_TRY_ENV);
ACE_TRY_CHECK;
-
this->call_count_++;
}
ACE_CATCHANY
@@ -540,14 +535,9 @@ Cubit_Client::cube_void (int,
{
ACE_TRY
{
- {
- ACE_FUNCTION_TIMEPROBE (CUBIT_CLIENT_CUBE_VOID_START);
-
- this->cubit_->cube_void (ACE_TRY_ENV);
- }
-
+ ACE_FUNCTION_TIMEPROBE (CUBIT_CLIENT_CUBE_VOID_START);
+ this->cubit_->cube_void (ACE_TRY_ENV);
ACE_TRY_CHECK;
-
this->call_count_++;
}
ACE_CATCHANY
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 c0ce6e19f44..770718a9684 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
@@ -946,8 +946,8 @@ Client::make_request (void)
this->call_count_++;
START_QUANTIFY;
this->cubit_->noop (ACE_TRY_ENV);
- STOP_QUANTIFY;
ACE_TRY_CHECK;
+ STOP_QUANTIFY;
}
ACE_CATCHANY
{