Home
last modified time | relevance | path

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

/third_party/benchmark/include/benchmark/
Dbenchmark.h1493 struct BenchmarkName { struct
1494 std::string function_name;
1495 std::string args;
1496 std::string min_time;
1497 std::string iterations;
1498 std::string repetitions;
1499 std::string time_type;
1500 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