Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Drow_map_benchmark.cc62 void BenchRowMapGet(benchmark::State& state, RowMap rm) { in BenchRowMapGet() function
120 BenchRowMapGet(state, RowMap(CreateRange(kSize))); in BM_RowMapRangeGet()
125 BenchRowMapGet(state, RowMap(CreateBitVector(kSize))); in BM_RowMapBvGet()
130 BenchRowMapGet(state, RowMap(CreateIndexVector(kSize, kSize))); in BM_RowMapIvGet()