Home
last modified time | relevance | path

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

/external/google-benchmark/test/
Dbenchmark_test.cc19 # define BENCHMARK_NOINLINE __attribute__((noinline)) macro
21 # define BENCHMARK_NOINLINE macro
26 int BENCHMARK_NOINLINE Factorial(uint32_t n) { in Factorial()