Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmalloc_benchmark.cpp172 #define BM_MALLOC_THREADS_THROUGHPUT(SIZE, NUM_THREADS) \ argument
173 static void BM_malloc_threads_throughput_##SIZE##_##NUM_THREADS(benchmark::State& state) { \
174 RunThreadsThroughput(state, SIZE, NUM_THREADS); \
176 BIONIC_BENCHMARK(BM_malloc_threads_throughput_##SIZE##_##NUM_THREADS);