Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Drow_map_benchmark.cc87 void BenchRowMapSelect(benchmark::State& state, in BenchRowMapSelect() function
156 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectRangeWithRange()
163 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectRangeWithBv()
170 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectRangeWithIv()
177 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectBvWithRange()
184 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectBvWithBv()
191 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectBvWithIv()
198 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectIvWithRange()
205 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectIvWithBv()
212 BenchRowMapSelect(state, std::move(rm), std::move(selector)); in BM_RowMapSelectIvWithIv()