/benchtests/ |
A D | bench-pthread-locks.c | 100 TIMING_NOW (stop); in test_mutex() 120 TIMING_NOW (stop); in test_mutex_trylock() 141 TIMING_NOW (stop); in test_rwlock_read() 161 TIMING_NOW (stop); in test_rwlock_tryread() 182 TIMING_NOW (stop); in test_rwlock_write() 202 TIMING_NOW (stop); in test_rwlock_trywrite() 223 TIMING_NOW (stop); in test_spin_lock() 243 TIMING_NOW (stop); in test_spin_trylock() 264 TIMING_NOW (stop); in test_sem_wait() 283 TIMING_NOW (stop); in test_sem_trywait() [all …]
|
A D | bench-malloc-thread.c | 161 timing_t start, stop; in benchmark_thread() local 165 TIMING_NOW (stop); in benchmark_thread() 167 TIMING_DIFF (args->elapsed, start, stop); in benchmark_thread() 180 timing_t start, stop; in do_benchmark() local 187 TIMING_NOW (stop); in do_benchmark() 189 TIMING_DIFF (elapsed, start, stop); in do_benchmark()
|
A D | bench-strtod.c | 96 timing_t start, stop, cur; in do_bench() local 102 TIMING_NOW (stop); in do_bench() 104 TIMING_DIFF (cur, start, stop); in do_bench()
|
A D | bench-memset-large.c | 39 timing_t start, stop, cur; in do_one_test() local 46 TIMING_NOW (stop); in do_one_test() 48 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memcpy-walk.c | 51 timing_t start, stop, cur; in do_one_test() local 60 TIMING_NOW (stop); in do_one_test() 62 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memset-walk.c | 39 timing_t start, stop, cur; in do_one_test() local 44 TIMING_NOW (stop); in do_one_test() 46 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memmove-large.c | 37 timing_t start, stop, cur; in do_one_test() local 44 TIMING_NOW (stop); in do_one_test() 46 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memmove-walk.c | 55 timing_t start, stop, cur; in do_one_test() local 64 TIMING_NOW (stop); in do_one_test() 66 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-rawmemchr.c | 45 timing_t start, stop, cur; in do_one_test() local 60 TIMING_NOW (stop); in do_one_test() 62 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memccpy.c | 45 timing_t start, stop, cur; in do_one_test() local 52 TIMING_NOW (stop); in do_one_test() 54 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strcasecmp.c | 46 timing_t start, stop, cur; in do_one_test() local 63 TIMING_NOW (stop); in do_one_test() 65 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memcpy-large.c | 40 timing_t start, stop, cur; in do_one_test() local 47 TIMING_NOW (stop); in do_one_test() 49 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strnlen.c | 55 timing_t start, stop, cur; in do_one_test() local 70 TIMING_NOW (stop); in do_one_test() 72 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strspn.c | 64 timing_t start, stop, cur; in do_one_test() local 79 TIMING_NOW (stop); in do_one_test() 81 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strlen.c | 52 timing_t start, stop, cur; in do_one_test() local 67 TIMING_NOW (stop); in do_one_test() 69 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-memset.c | 47 timing_t start, stop, cur; in do_one_test() local 54 TIMING_NOW (stop); in do_one_test() 56 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strcat.c | 55 timing_t start, stop, cur; in do_one_test() local 79 TIMING_NOW (stop); in do_one_test() 81 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-malloc-simple.c | 48 timing_t start, stop; in do_benchmark() local 64 TIMING_NOW (stop); in do_benchmark() 66 TIMING_DIFF (args->elapsed, start, stop); in do_benchmark()
|
A D | bench-memchr.c | 60 timing_t start, stop, cur; in do_one_test() local 67 TIMING_NOW (stop); in do_one_test() 69 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strpbrk.c | 70 timing_t start, stop, cur; in do_one_test() local 85 TIMING_NOW (stop); in do_one_test() 87 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strrchr.c | 60 timing_t start, stop, cur; in do_one_test() local 75 TIMING_NOW (stop); in do_one_test() 77 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strcpy.c | 58 timing_t start, stop, cur; in do_one_test() local 82 TIMING_NOW (stop); in do_one_test() 84 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strcasestr.c | 40 timing_t start, stop, cur; in do_one_test() local 47 TIMING_NOW (stop); in do_one_test() 49 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strtok.c | 64 timing_t start, stop, cur; in do_one_test() local 72 TIMING_NOW (stop); in do_one_test() 74 TIMING_DIFF (cur, start, stop); in do_one_test()
|
A D | bench-strncasecmp.c | 54 timing_t start, stop, cur; in do_one_test() local 61 TIMING_NOW (stop); in do_one_test() 63 TIMING_DIFF (cur, start, stop); in do_one_test()
|