#include "benchmark/benchmark.h"
#include <cassert>
#include <memory>
Go to the source code of this file.
Classes | |
class | MyFixture< T > |
Functions | |
BENCHMARK_DEFINE_F (MyFixture, Bar)(benchmark | |
BENCHMARK_F (MyFixture, Foo)(benchmark | |
BENCHMARK_REGISTER_F (MyFixture, Bar) -> Arg(42) | |
BENCHMARK_DEFINE_F | ( | MyFixture | , |
Bar | |||
) |
Definition at line 35 of file protobuf/third_party/benchmark/test/fixture_test.cc.
Definition at line 28 of file protobuf/third_party/benchmark/test/fixture_test.cc.