Home
last modified time | relevance | path

Searched refs:BENCHMARK_WITH_ARG (Results 1 – 5 of 5) sorted by relevance

/bionic/benchmarks/
Dstring_benchmark.cpp30 BENCHMARK_WITH_ARG(BM_string_memcmp, int)->AT_COMMON_SIZES;
49 BENCHMARK_WITH_ARG(BM_string_memcpy, int)->AT_COMMON_SIZES;
66 BENCHMARK_WITH_ARG(BM_string_memmove, int)->AT_COMMON_SIZES;
82 BENCHMARK_WITH_ARG(BM_string_memset, int)->AT_COMMON_SIZES;
97 BENCHMARK_WITH_ARG(BM_string_strlen, int)->AT_COMMON_SIZES;
Dstdio_benchmark.cpp51 BENCHMARK_WITH_ARG(BM_stdio_fread, int)->AT_COMMON_SIZES;
56 BENCHMARK_WITH_ARG(BM_stdio_fwrite, int)->AT_COMMON_SIZES;
61 BENCHMARK_WITH_ARG(BM_stdio_fread_unbuffered, int)->AT_COMMON_SIZES;
66 BENCHMARK_WITH_ARG(BM_stdio_fwrite_unbuffered, int)->AT_COMMON_SIZES;
Dproperty_benchmark.cpp143 BENCHMARK_WITH_ARG(BM_property_get, int)->TEST_NUM_PROPS;
163 BENCHMARK_WITH_ARG(BM_property_find, int)->TEST_NUM_PROPS;
182 BENCHMARK_WITH_ARG(BM_property_read, int)->TEST_NUM_PROPS;
208 BENCHMARK_WITH_ARG(BM_property_serial, int)->TEST_NUM_PROPS;
Dmath_benchmark.cpp68 BENCHMARK_WITH_ARG(BM_math_isinf, double)->AT_COMMON_VALS;
125 BENCHMARK_WITH_ARG(BM_math_fpclassify, double)->AT_COMMON_VALS;
/bionic/benchmarks/benchmark/
DBenchmark.h163 #define BENCHMARK_WITH_ARG(f, arg_type) \ macro