Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-benchmark/include/benchmark/
H A 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;
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/
H A Dbenchmark.h1706 struct BENCHMARK_EXPORT BenchmarkName { struct
1707 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;
/aosp_15_r20/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
H A DBenchmarkName.java19 public enum BenchmarkName { enum
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dmessage_reflect_test.go1539 func BenchmarkName(b *testing.B) { func