/glibc-2.36/benchtests/ |
D | bench-pthread-locks.c | 101 TIMING_DIFF (cur, start, stop); in test_mutex() 121 TIMING_DIFF (cur, start, stop); in test_mutex_trylock() 142 TIMING_DIFF (cur, start, stop); in test_rwlock_read() 162 TIMING_DIFF (cur, start, stop); in test_rwlock_tryread() 183 TIMING_DIFF (cur, start, stop); in test_rwlock_write() 203 TIMING_DIFF (cur, start, stop); in test_rwlock_trywrite() 224 TIMING_DIFF (cur, start, stop); in test_spin_lock() 244 TIMING_DIFF (cur, start, stop); in test_spin_trylock() 265 TIMING_DIFF (cur, start, stop); in test_sem_wait() 284 TIMING_DIFF (cur, start, stop); in test_sem_trywait() [all …]
|
D | bench-skeleton.c | 87 TIMING_DIFF (cur, start, end); in main() 95 TIMING_DIFF (cur, start, end); in main() 108 TIMING_DIFF (cur, start, end); in main()
|
D | bench-hash-funcs-kernel.h | 55 TIMING_DIFF (cur, start, stop); in CAT() 83 TIMING_DIFF (cur, start, stop); in CAT()
|
D | bench-arc4random.c | 93 TIMING_DIFF (cur, start, stop); in bench_latency() 137 TIMING_DIFF (cur, start, stop); in bench_buf_latency()
|
D | bench-strchr.c | 116 TIMING_DIFF (cur, start, stop); in do_one_rand_plus_branch_test() 134 TIMING_DIFF (cur, start, stop); in do_one_rand_test() 231 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-malloc-thread.c | 167 TIMING_DIFF (args->elapsed, start, stop); in benchmark_thread() 189 TIMING_DIFF (elapsed, start, stop); in do_benchmark()
|
D | bench-timing.h | 35 #define TIMING_DIFF(diff, start, end) HP_TIMING_DIFF ((diff), (start), (end)) macro
|
D | bench-strtod.c | 104 TIMING_DIFF (cur, start, stop); in do_bench()
|
D | bench-wcrtomb.c | 123 TIMING_DIFF (elapsed, start, end); in main()
|
D | bench-memset-large.c | 48 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memcpy-walk.c | 62 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-bzero-walk.c | 69 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-bzero-large.c | 69 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memmove-large.c | 46 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memset-walk.c | 46 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-bzero.c | 68 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memmove-walk.c | 66 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memcpy-large.c | 49 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memccpy.c | 54 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-rawmemchr.c | 62 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-strlen.c | 69 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-memset.c | 56 TIMING_DIFF (cur, start, stop); in do_one_test()
|
D | bench-malloc-simple.c | 66 TIMING_DIFF (args->elapsed, start, stop); in do_benchmark()
|
D | bench-strcat.c | 81 TIMING_DIFF (cur, start, stop); in do_one_test()
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | bench-libmvec-skeleton.c | 82 TIMING_DIFF (cur, start, end); in main()
|