Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Drow_map_benchmark.cc73 void BenchRowMapInsertIntoEmpty(benchmark::State& state, Factory factory) { in BenchRowMapInsertIntoEmpty() function
138 BenchRowMapInsertIntoEmpty(state, []() { return RowMap(0, 0); }); in BM_RowMapRangeInsertIntoEmpty()
143 BenchRowMapInsertIntoEmpty(state, []() { return RowMap(BitVector{}); }); in BM_RowMapBvInsertIntoEmpty()
148 BenchRowMapInsertIntoEmpty(state, in BM_RowMapIvInsertIntoEmpty()