Home
last modified time | relevance | path

Searched refs:BM_ConstructIterIter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dvector_operations.bench.cpp24 BENCHMARK_CAPTURE(BM_ConstructIterIter,
29 BENCHMARK_CAPTURE(BM_ConstructIterIter,
34 BENCHMARK_CAPTURE(BM_ConstructIterIter,
H A Ddeque.bench.cpp28 BENCHMARK_CAPTURE(BM_ConstructIterIter,
33 BENCHMARK_CAPTURE(BM_ConstructIterIter,
38 BENCHMARK_CAPTURE(BM_ConstructIterIter,
H A DContainerBenchmarks.h39 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter() function