Home
last modified time | relevance | path

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

/external/google-benchmark/include/benchmark/
Dbenchmark.h1772 struct BENCHMARK_EXPORT BenchmarkName { struct
1773 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;
/external/cronet/stable/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1820 struct BENCHMARK_EXPORT BenchmarkName { struct
1821 std::string function_name;
1822 std::string args;
1823 std::string min_time;
1824 std::string min_warmup_time;
1825 std::string iterations;
1826 std::string repetitions;
1827 std::string time_type;
1828 std::string threads;
/external/cronet/tot/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1820 struct BENCHMARK_EXPORT BenchmarkName { struct
1821 std::string function_name;
1822 std::string args;
1823 std::string min_time;
1824 std::string min_warmup_time;
1825 std::string iterations;
1826 std::string repetitions;
1827 std::string time_type;
1828 std::string threads;
/external/golang-protobuf/internal/impl/
Dmessage_reflect_test.go1539 func BenchmarkName(b *testing.B) { func