Searched refs:bytes_cycle (Results 1 – 1 of 1) sorted by relevance
| /app/tests/ |
| A D | benchmarks.c | 56 double bytes_cycle = total_bytes / (double)count; in bench_memset() local 58 count, BUFSIZE, ITER, total_bytes, bytes_cycle); in bench_memset() 81 double bytes_cycle = total_bytes / (double)count; \ 83 count, sizeof(*buf), BUFSIZE, ITER, total_bytes, bytes_cycle); \ 116 double bytes_cycle = total_bytes / (double)count; in bench_cset() local 118 count, BUFSIZE, ITER, total_bytes, bytes_cycle); in bench_cset() 137 double bytes_cycle = total_bytes / (double)count; in bench_memcpy() local 139 count, BUFSIZE / 2, ITER, total_bytes, bytes_cycle); in bench_memcpy() 164 double bytes_cycle = total_bytes / (float)count; in arm_bench_cset_stm() local 166 count, BUFSIZE, ITER, total_bytes, bytes_cycle); in arm_bench_cset_stm()
|
Completed in 10 milliseconds