HomeSort by relevance Sort by last modified time
    Searched refs:BIONIC_BENCHMARK (Results 1 - 10 of 10) sorted by null

  /bionic/benchmarks/
unistd_benchmark.cpp 28 BIONIC_BENCHMARK(BM_unistd_getpid);
35 BIONIC_BENCHMARK(BM_unistd_getpid_syscall);
47 BIONIC_BENCHMARK(BM_unistd_gettid);
56 BIONIC_BENCHMARK(BM_unistd_gettid_syscall);
inttypes_benchmark.cpp 27 BIONIC_BENCHMARK(BM_inttypes_strtoimax);
34 BIONIC_BENCHMARK(BM_inttypes_strtoumax);
time_benchmark.cpp 32 BIONIC_BENCHMARK(BM_time_clock_gettime);
41 BIONIC_BENCHMARK(BM_time_clock_gettime_syscall);
50 BIONIC_BENCHMARK(BM_time_clock_gettime_MONOTONIC_COARSE);
59 BIONIC_BENCHMARK(BM_time_clock_gettime_MONOTONIC_RAW);
68 BIONIC_BENCHMARK(BM_time_clock_gettime_REALTIME);
77 BIONIC_BENCHMARK(BM_time_clock_gettime_REALTIME_COARSE);
86 BIONIC_BENCHMARK(BM_time_clock_gettime_BOOTTIME);
95 BIONIC_BENCHMARK(BM_time_clock_getres);
104 BIONIC_BENCHMARK(BM_time_clock_getres_syscall);
113 BIONIC_BENCHMARK(BM_time_clock_getres_MONOTONIC_COARSE)
    [all...]
atomic_benchmark.cpp 53 BIONIC_BENCHMARK(BM_atomic_empty);
63 BIONIC_BENCHMARK(BM_atomic_load_relaxed);
73 BIONIC_BENCHMARK(BM_atomic_load_acquire);
82 BIONIC_BENCHMARK(BM_atomic_store_release);
91 BIONIC_BENCHMARK(BM_atomic_store_seq_cst);
101 BIONIC_BENCHMARK(BM_atomic_fetch_add_relaxed);
111 BIONIC_BENCHMARK(BM_atomic_fetch_add_seq_cst);
125 BIONIC_BENCHMARK(BM_atomic_acquire_fence);
136 BIONIC_BENCHMARK(BM_atomic_seq_cst_fence);
150 BIONIC_BENCHMARK(BM_atomic_fetch_add_cs)
    [all...]
pthread_benchmark.cpp 30 BIONIC_BENCHMARK(BM_pthread_self);
42 BIONIC_BENCHMARK(BM_pthread_getspecific);
54 BIONIC_BENCHMARK(BM_pthread_setspecific);
67 BIONIC_BENCHMARK(BM_pthread_once);
77 BIONIC_BENCHMARK(BM_pthread_mutex_lock);
87 BIONIC_BENCHMARK(BM_pthread_mutex_lock_ERRORCHECK);
97 BIONIC_BENCHMARK(BM_pthread_mutex_lock_RECURSIVE);
126 BIONIC_BENCHMARK(BM_pthread_mutex_lock_PI);
136 BIONIC_BENCHMARK(BM_pthread_mutex_lock_ERRORCHECK_PI);
146 BIONIC_BENCHMARK(BM_pthread_mutex_lock_RECURSIVE_PI)
    [all...]
stdio_benchmark.cpp 97 BIONIC_BENCHMARK(BM_stdio_fopen_fgetln_fclose_locking);
102 BIONIC_BENCHMARK(BM_stdio_fopen_fgetln_fclose_no_locking);
121 BIONIC_BENCHMARK(BM_stdio_fopen_fgets_fclose_locking);
126 BIONIC_BENCHMARK(BM_stdio_fopen_fgets_fclose_no_locking);
146 BIONIC_BENCHMARK(BM_stdio_fopen_getline_fclose_locking);
151 BIONIC_BENCHMARK(BM_stdio_fopen_getline_fclose_no_locking);
182 BIONIC_BENCHMARK(BM_stdio_printf_literal);
191 BIONIC_BENCHMARK(BM_stdio_printf_s);
199 BIONIC_BENCHMARK(BM_stdio_printf_d);
208 BIONIC_BENCHMARK(BM_stdio_printf_1$s)
    [all...]
semaphore_benchmark.cpp 35 BIONIC_BENCHMARK(BM_semaphore_sem_getvalue);
46 BIONIC_BENCHMARK(BM_semaphore_sem_wait_sem_post);
math_benchmark.cpp 42 BIONIC_BENCHMARK(BM_math_sqrt);
51 BIONIC_BENCHMARK(BM_math_log10);
60 BIONIC_BENCHMARK(BM_math_logb);
148 BIONIC_BENCHMARK(BM_math_sin_fast);
160 BIONIC_BENCHMARK(BM_math_sin_feupdateenv);
172 BIONIC_BENCHMARK(BM_math_sin_fesetenv);
stdlib_benchmark.cpp 127 BIONIC_BENCHMARK(BM_stdlib_atoi);
134 BIONIC_BENCHMARK(BM_stdlib_atol);
141 BIONIC_BENCHMARK(BM_stdlib_strtol);
148 BIONIC_BENCHMARK(BM_stdlib_strtoll);
155 BIONIC_BENCHMARK(BM_stdlib_strtoul);
162 BIONIC_BENCHMARK(BM_stdlib_strtoull);
util.h 38 #define BIONIC_BENCHMARK(n) \

Completed in 53 milliseconds