Home
last modified time | relevance | path

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

/external/google-benchmark/test/
Dfixture_test.cc7 class MyFixture : public ::benchmark::Fixture { class
19 ~MyFixture() { in ~MyFixture()
27 BENCHMARK_F(MyFixture, Foo)(benchmark::State& st) { in BENCHMARK_F() argument
34 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) { in BENCHMARK_DEFINE_F() argument
39 BENCHMARK_REGISTER_F(MyFixture, Bar)->Arg(42);
/external/google-benchmark/
DREADME.md206 class MyFixture : public benchmark::Fixture {};
208 BENCHMARK_F(MyFixture, FooTest)(benchmark::State& st) {
214 BENCHMARK_DEFINE_F(MyFixture, BarTest)(benchmark::State& st) {
220 BENCHMARK_REGISTER_F(MyFixture, BarTest)->Threads(2);