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