Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 40) sorted by relevance

12

/benchtests/
A Dbench-pthread-locks.c100 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 Dbench-malloc-thread.c161 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 Dbench-strtod.c96 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 Dbench-memset-large.c39 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 Dbench-memcpy-walk.c51 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 Dbench-memset-walk.c39 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 Dbench-memmove-large.c37 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 Dbench-memmove-walk.c55 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 Dbench-rawmemchr.c45 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 Dbench-memccpy.c45 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 Dbench-strcasecmp.c46 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 Dbench-memcpy-large.c40 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 Dbench-strnlen.c55 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 Dbench-strspn.c64 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 Dbench-strlen.c52 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 Dbench-memset.c47 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 Dbench-strcat.c55 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 Dbench-malloc-simple.c48 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 Dbench-memchr.c60 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 Dbench-strpbrk.c70 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 Dbench-strrchr.c60 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 Dbench-strcpy.c58 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 Dbench-strcasestr.c40 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 Dbench-strtok.c64 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 Dbench-strncasecmp.c54 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()

Completed in 19 milliseconds

12