Searched refs:getRandomStringInputs (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | unordered_set_operations.bench.cpp | 175 …URE(BM_InsertValue, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 178 …_InsertValueRehash, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 265 …RK_CAPTURE(BM_Find, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 268 …TURE(BM_FindRehash, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 287 getRandomStringInputs) 298 …are_same_container, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 305 …fferent_containers, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 315 …BM_InsertDuplicate, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 320 …M_EmplaceDuplicate, unordered_set_string, std::unordered_set<std::string>{}, getRandomStringInputs) 327 …plicate, unordered_set_string_insert_arg, std::unordered_set<std::string>{}, getRandomStringInputs)
|
H A D | filesystem.bench.cpp | 25 BENCHMARK_CAPTURE(BM_PathConstructString, large_string, getRandomStringInputs)->Range(8, TestNumInp… 40 BENCHMARK_CAPTURE(BM_PathConstructCStr, large_string, getRandomStringInputs)->Arg(TestNumInputs); 69 BENCHMARK_CAPTURE(BM_PathConstructInputIter, large_string, getRandomStringInputs) 72 BENCHMARK_CAPTURE(BM_PathConstructForwardIter, large_string, getRandomStringInputs) 92 BENCHMARK_CAPTURE(BM_PathIterateMultipleTimes, iterate_elements, getRandomStringInputs) 113 BENCHMARK_CAPTURE(BM_PathIterateOnce, iterate_elements, getRandomStringInputs)->Range(8, TestNumInp… 134 BENCHMARK_CAPTURE(BM_PathIterateOnceBackwards, iterate_elements, getRandomStringInputs)->Arg(TestNu…
|
H A D | GenerateInput.h | 106 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs() function 125 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs() 137 static std::vector<std::string> inputs = getRandomStringInputs(N); in getRandomCStringInputs()
|
H A D | deque.bench.cpp | 30 …HMARK_CAPTURE(BM_ConstructIterIter, deque_string, std::deque<std::string>{}, getRandomStringInputs) 39 …MARK_CAPTURE(BM_ConstructFromRange, deque_string, std::deque<std::string>{}, getRandomStringInputs)
|
H A D | vector_operations.bench.cpp | 31 …ARK_CAPTURE(BM_ConstructIterIter, vector_string, std::vector<std::string>{}, getRandomStringInputs) 40 …RK_CAPTURE(BM_ConstructFromRange, vector_string, std::vector<std::string>{}, getRandomStringInputs)
|
/aosp_15_r20/external/libcxx/benchmarks/ |
H A D | filesystem.bench.cpp | 24 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 41 getRandomStringInputs)->Arg(TestNumInputs); 72 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 74 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 94 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 115 getRandomStringInputs)->Range(8, TestNumInputs)->Complexity(); 137 getRandomStringInputs)->Arg(TestNumInputs);
|
H A D | unordered_set_operations.bench.cpp | 177 getRandomStringInputs)->Arg(TestNumInputs); 182 getRandomStringInputs)->Arg(TestNumInputs); 262 getRandomStringInputs)->Arg(TestNumInputs); 267 getRandomStringInputs)->Arg(TestNumInputs); 277 getRandomStringInputs)->Arg(TestNumInputs); 286 getRandomStringInputs)->Arg(TestNumInputs); 295 getRandomStringInputs)->Arg(TestNumInputs);
|
H A D | GenerateInput.hpp | 115 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs() function 124 std::vector<std::string> inputs = getRandomStringInputs(N); in getSortedStringInputs() 136 static std::vector<std::string> inputs = getRandomStringInputs(N); in getRandomCStringInputs()
|
H A D | vector_operations.bench.cpp | 29 getRandomStringInputs)->Arg(TestNumInputs);
|