summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.i
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.i')
-rw-r--r--performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.i43
1 files changed, 0 insertions, 43 deletions
diff --git a/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.i b/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.i
deleted file mode 100644
index 05aa007478d..00000000000
--- a/performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.i
+++ /dev/null
@@ -1,43 +0,0 @@
-// $Id$
-
-ACE_INLINE size_t
-Baseline_Test_Base::iteration (void)
-{
- return this->iteration_;
-}
-
-ACE_INLINE int
-Baseline_Test_Base::yield_method (void)
-{
- return this->yield_method_;
-}
-
-ACE_INLINE int
-Baseline_Test_Options::test_try_lock (void)
-{
- return this->test_try_lock_;
-}
-
-ACE_INLINE size_t
-Baseline_Test_Options::current_iteration (void)
-{
- return this->current_iteration_;
-}
-
-ACE_INLINE void
-Baseline_Test_Options::start_inc_timer (void)
-{
- this->timer.start_incr ();
-}
-
-ACE_INLINE void
-Baseline_Test_Options::stop_inc_timer (void)
-{
- this->timer.stop_incr ();
-}
-
-ACE_INLINE int
-Baseline_Test_Options::inc_loop_counter (void)
-{
- return (++this->current_iteration_ < this->total_iteration_);
-}