Home
last modified time | relevance | path

Searched refs:BM_InsertValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp173 BENCHMARK_CAPTURE(BM_InsertValue,
178 BENCHMARK_CAPTURE(BM_InsertValue,
184 BENCHMARK_CAPTURE(BM_InsertValue,
195 BENCHMARK_CAPTURE(BM_InsertValue,
H A DContainerBenchmarks.h51 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue() function