Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Drow_map_benchmark.cc73 void BenchRowMapInsertIntoEmpty(benchmark::State& state, Factory factory) { in BenchRowMapInsertIntoEmpty() function
115 BenchRowMapInsertIntoEmpty(state, []() { return RowMap(0, 0); }); in BM_RowMapRangeInsertIntoEmpty()
120 BenchRowMapInsertIntoEmpty(state, []() { return RowMap(BitVector{}); }); in BM_RowMapBvInsertIntoEmpty()
125 BenchRowMapInsertIntoEmpty(state, in BM_RowMapIvInsertIntoEmpty()