Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 8 of 8) sorted by relevance

/bionic/benchmarks/
Dpthread_benchmark.cpp25 void BM_pthread_self::Run(int iters) { in Run() function in BM_pthread_self
36 void BM_pthread_getspecific::Run(int iters) { in Run() function in BM_pthread_getspecific
51 void BM_pthread_setspecific::Run(int iters) { in Run() function in BM_pthread_setspecific
69 void BM_pthread_once::Run(int iters) { in Run() function in BM_pthread_once
83 void BM_pthread_mutex_lock::Run(int iters) { in Run() function in BM_pthread_mutex_lock
97 void BM_pthread_mutex_lock_ERRORCHECK::Run(int iters) { in Run() function in BM_pthread_mutex_lock_ERRORCHECK
111 void BM_pthread_mutex_lock_RECURSIVE::Run(int iters) { in Run() function in BM_pthread_mutex_lock_RECURSIVE
125 void BM_pthread_rwlock_read::Run(int iters) { in Run() function in BM_pthread_rwlock_read
141 void BM_pthread_rwlock_write::Run(int iters) { in Run() function in BM_pthread_rwlock_write
161 void BM_pthread_create::Run(int iters) { in Run() function in BM_pthread_create
[all …]
Dmath_benchmark.cpp30 void BM_math_sqrt::Run(int iters) { in Run() function in BM_math_sqrt
43 void BM_math_log10::Run(int iters) { in Run() function in BM_math_log10
56 void BM_math_logb::Run(int iters) { in Run() function in BM_math_logb
69 void BM_math_isinf::Run(int iters, double value) { in Run() function in BM_math_isinf
82 void BM_math_sin_fast::Run(int iters) { in Run() function in BM_math_sin_fast
94 void BM_math_sin_feupdateenv::Run(int iters) { in Run() function in BM_math_sin_feupdateenv
110 void BM_math_sin_fesetenv::Run(int iters) { in Run() function in BM_math_sin_fesetenv
126 void BM_math_fpclassify::Run(int iters, double value) { in Run() function in BM_math_fpclassify
Dtime_benchmark.cpp24 void BM_time_clock_gettime::Run(int iters) { in Run() function in BM_time_clock_gettime
36 void BM_time_clock_gettime_syscall::Run(int iters) { in Run() function in BM_time_clock_gettime_syscall
48 void BM_time_gettimeofday::Run(int iters) { in Run() function in BM_time_gettimeofday
60 void BM_time_gettimeofday_syscall::Run(int iters) { in Run() function in BM_time_gettimeofday_syscall
72 void BM_time_time::Run(int iters) { in Run() function in BM_time_time
Dunistd_benchmark.cpp23 void BM_unistd_getpid::Run(int iters) { in Run() function in BM_unistd_getpid
34 void BM_unistd_getpid_syscall::Run(int iters) { in Run() function in BM_unistd_getpid_syscall
50 void BM_unistd_gettid::Run(int iters) { in Run() function in BM_unistd_gettid
63 void BM_unistd_gettid_syscall::Run(int iters) { in Run() function in BM_unistd_gettid_syscall
Dstdio_benchmark.cpp52 void BM_stdio_fread::Run(int iters, int chunk_size) { in Run() function in BM_stdio_fread
57 void BM_stdio_fwrite::Run(int iters, int chunk_size) { in Run() function in BM_stdio_fwrite
62 void BM_stdio_fread_unbuffered::Run(int iters, int chunk_size) { in Run() function in BM_stdio_fread_unbuffered
67 void BM_stdio_fwrite_unbuffered::Run(int iters, int chunk_size) { in Run() function in BM_stdio_fwrite_unbuffered
82 void BM_stdio_fopen_fgets_fclose_locking::Run(int iters) { in Run() function in BM_stdio_fopen_fgets_fclose_locking
89 void BM_stdio_fopen_fgets_fclose_no_locking::Run(int iters) { in Run() function in BM_stdio_fopen_fgets_fclose_no_locking
Dstring_benchmark.cpp31 void BM_string_memcmp::Run(int iters, int nbytes) { in Run() function in BM_string_memcmp
50 void BM_string_memcpy::Run(int iters, int nbytes) { in Run() function in BM_string_memcpy
67 void BM_string_memmove::Run(int iters, int nbytes) { in Run() function in BM_string_memmove
83 void BM_string_memset::Run(int iters, int nbytes) { in Run() function in BM_string_memset
98 void BM_string_strlen::Run(int iters, int nbytes) { in Run() function in BM_string_strlen
Dsemaphore_benchmark.cpp25 void BM_semaphore_sem_getvalue::Run(int iters) { in Run() function in BM_semaphore_sem_getvalue
40 void BM_semaphore_sem_wait_sem_post::Run(int iters) { in Run() function in BM_semaphore_sem_wait_sem_post
91 void BM_semaphore_sem_post::Run(int iters) { in Run() function in BM_semaphore_sem_post
Dproperty_benchmark.cpp144 void BM_property_get::Run(int iters, int nprops) { in Run() function in BM_property_get
164 void BM_property_find::Run(int iters, int nprops) { in Run() function in BM_property_find
183 void BM_property_read::Run(int iters, int nprops) { in Run() function in BM_property_read
209 void BM_property_serial::Run(int iters, int nprops) { in Run() function in BM_property_serial