summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-23 18:28:55 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-23 18:28:55 +0000
commit06ce59d348e30ce3da6106943c2d5660abc4c219 (patch)
tree193a5f6f9b2e16cb3c722e5ef066dd266832a6bd /TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i
parent74205f4d54deada413395d34b3dfa99d51c6f7cb (diff)
downloadATCD-06ce59d348e30ce3da6106943c2d5660abc4c219.tar.gz
This commit was manufactured by cvs2svn to create tag 'IR-base'.IR-base
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i b/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i
index c4481a2da3d..a0fabf450c8 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i
+++ b/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i
@@ -31,28 +31,6 @@ void ECT_Driver::Latency_Stats::sample (ACE_hrtime_t sample)
// ****************************************************************
-ACE_INLINE void
-ECT_Driver::Throughput_Stats::start (void)
-{
- this->done_ = 0;
- this->start_ = ACE_OS::gethrtime ();
-}
-
-ACE_INLINE void
-ECT_Driver::Throughput_Stats::stop (void)
-{
- this->done_ = 1;
- this->stop_ = ACE_OS::gethrtime ();
-}
-
-ACE_INLINE void
-ECT_Driver::Throughput_Stats::sample (void)
-{
- this->n_++;
-}
-
-// ****************************************************************
-
ACE_INLINE
void ECT_Driver::end_to_end (ACE_hrtime_t sample)
{
@@ -76,4 +54,3 @@ void ECT_Driver::ec_to_consumer (ACE_hrtime_t sample)
{
this->ec_to_consumer_.sample (sample);
}
-