Searched defs:BenchmarkName (Results 1 – 2 of 2) sorted by relevance
1706 struct BENCHMARK_EXPORT BenchmarkName { struct1707 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;
7377 #define INTERNAL_CATCH_BENCHMARK(BenchmarkName, name, benchmarkIndex)\ argument7381 #define INTERNAL_CATCH_BENCHMARK_ADVANCED(BenchmarkName, name)\ argument