Searched refs:BENCHMARK_F (Results 1 – 4 of 4) sorted by relevance
30 BENCHMARK_F(FIXTURE_BECHMARK_NAME, Foo)(benchmark::State& st) { in BENCHMARK_F() function
90 BENCHMARK_F(FIXTURE_BECHMARK_NAME, BM_WithFixture)(benchmark::State& st) { in BENCHMARK_F() function
1416 #define BENCHMARK_F(BaseClass, Method) \ macro
548 * `BENCHMARK_F(ClassName, Method)`564 BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) {