Searched defs:BenchmarkName (Results 1 – 4 of 4) sorted by relevance
1772 struct BENCHMARK_EXPORT BenchmarkName { struct1773 std::string function_name;1774 std::string args;1775 std::string min_time;1776 std::string min_warmup_time;1777 std::string iterations;1778 std::string repetitions;1779 std::string time_type;1780 std::string threads;
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;
19 public enum BenchmarkName { enum
1539 func BenchmarkName(b *testing.B) { func