diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-09 21:07:06 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-09 21:07:06 +0000 |
commit | 8d1838fdc4f0ac9f5e62eace44cf7986446722e7 (patch) | |
tree | fba5ac71a773eeb53e3bff685715416e34666ab9 | |
parent | 2716721239c4bdb264378add4df1a6bec2e2e8a2 (diff) | |
download | ATCD-8d1838fdc4f0ac9f5e62eace44cf7986446722e7.tar.gz |
Removed request_hdr time probe. It is replaced by the time
probes described below.
-rw-r--r-- | TAO/tao/Invocation.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp index 168d18f93e9..87902e72bc9 100644 --- a/TAO/tao/Invocation.cpp +++ b/TAO/tao/Invocation.cpp @@ -26,8 +26,7 @@ static const char *TAO_Invocation_Timeprobe_Description[] = "GIOP_Invocation::start - enter", "GIOP_Invocation::start - leave", "GIOP_Invocation::start - connect", - "GIOP_Invocation::start - start_msg", - "GIOP_Invocation::start - request_hdr" + "GIOP_Invocation::start - start_msg" }; enum @@ -38,8 +37,7 @@ enum TAO_GIOP_INVOCATION_START_ENTER, TAO_GIOP_INVOCATION_START_LEAVE, TAO_GIOP_INVOCATION_START_CONNECT, - TAO_GIOP_INVOCATION_START_START_MSG, - TAO_GIOP_INVOCATION_START_REQUEST_HDR + TAO_GIOP_INVOCATION_START_START_MSG }; @@ -213,8 +211,6 @@ TAO_GIOP_Invocation::start (CORBA::Environment &ACE_TRY_ENV) this->request_id_ = this->transport_->request_id (); countdown.update (); - - ACE_TIMEPROBE (TAO_GIOP_INVOCATION_START_REQUEST_HDR); } // Send request. |