From fec799f823100646f535c5e24128c648cba4c2c5 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 4 Jun 2013 18:11:43 +0530 Subject: Remove performance-related bits from string tests --- string/test-string.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'string/test-string.h') diff --git a/string/test-string.h b/string/test-string.h index 47659d0804..afb6980d59 100644 --- a/string/test-string.h +++ b/string/test-string.h @@ -53,7 +53,6 @@ extern impl_t __start_impls[], __stop_impls[]; #include #define GL(x) _##x #define GLRO(x) _##x -#include # define TEST_FUNCTION test_main () @@ -67,8 +66,6 @@ int ret, do_srandom; unsigned int seed; size_t page_size; -hp_timing_t _dl_hp_timing_overhead; - # ifndef ITERATIONS size_t iterations = 100000; # define ITERATIONS_OPTIONS \ @@ -159,16 +156,6 @@ static impl_t *impl_array; if (!notall || impl->test) #endif -#define HP_TIMING_BEST(best_time, start, end) \ - do \ - { \ - hp_timing_t tmptime; \ - HP_TIMING_DIFF (tmptime, start + _dl_hp_timing_overhead, end); \ - if (best_time > tmptime) \ - best_time = tmptime; \ - } \ - while (0) - #ifndef BUF1PAGES # define BUF1PAGES 1 #endif @@ -199,7 +186,6 @@ test_init (void) error (EXIT_FAILURE, errno, "mmap failed"); if (mprotect (buf2 + page_size, page_size, PROT_NONE)) error (EXIT_FAILURE, errno, "mprotect failed"); - HP_TIMING_DIFF_INIT (); if (do_srandom) { printf ("Setting seed to 0x%x\n", seed); -- cgit 1.4.1