summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/ECT_Driver.i
diff options
context:
space:
mode:
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);
}
-