HomeSort by relevance Sort by last modified time
    Searched refs:BM_Fixture (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/test/
cxx03_test.cc 47 struct BM_Fixture : public ::benchmark::Fixture {
50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) {
53 BENCHMARK_TEMPLATE1_F(BM_Fixture, BM_template2, int)(benchmark::State& state) {
  /external/libcxx/utils/google-benchmark/test/
cxx03_test.cc 47 struct BM_Fixture : public ::benchmark::Fixture {
50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) {
53 BENCHMARK_TEMPLATE1_F(BM_Fixture, BM_template2, int)(benchmark::State& state) {

Completed in 204 milliseconds