Home
last modified time | relevance | path

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

/external/google-benchmark/include/benchmark/
Dbenchmark.h1750 struct BENCHMARK_EXPORT BenchmarkName { struct
1751 std::string function_name;
1752 std::string args;
1753 std::string min_time;
1754 std::string min_warmup_time;
1755 std::string iterations;
1756 std::string repetitions;
1757 std::string time_type;
1758 std::string threads;
/external/cronet/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1668 struct BENCHMARK_EXPORT BenchmarkName { struct
1669 std::string function_name;
1670 std::string args;
1671 std::string min_time;
1672 std::string min_warmup_time;
1673 std::string iterations;
1674 std::string repetitions;
1675 std::string time_type;
1676 std::string threads;
/external/golang-protobuf/internal/impl/
Dmessage_reflect_test.go1539 func BenchmarkName(b *testing.B) { func