Home
last modified time | relevance | path

Searched defs:BenchmarkName (Results 1 – 2 of 2) sorted by relevance

/third_party/benchmark/include/benchmark/
Dbenchmark.h1706 struct BENCHMARK_EXPORT BenchmarkName { struct
1707 std::string function_name;
1708 std::string args;
1709 std::string min_time;
1710 std::string min_warmup_time;
1711 std::string iterations;
1712 std::string repetitions;
1713 std::string time_type;
1714 std::string threads;
/third_party/libabigail/tests/lib/
Dcatch.hpp7377 #define INTERNAL_CATCH_BENCHMARK(BenchmarkName, name, benchmarkIndex)\ argument
7381 #define INTERNAL_CATCH_BENCHMARK_ADVANCED(BenchmarkName, name)\ argument