Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Drow_map_benchmark.cc48 BitVector CreateBitVector(uint32_t size) { in CreateBitVector() function
102 BenchRowMapGet(state, RowMap(CreateBitVector(kSize))); in BM_RowMapBvGet()
139 RowMap selector(CreateBitVector(rm.size())); in BM_RowMapSelectRangeWithBv()
152 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithRange()
159 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithBv()
160 RowMap selector(CreateBitVector(rm.size())); in BM_RowMapSelectBvWithBv()
166 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithIv()
181 RowMap selector(CreateBitVector(rm.size())); in BM_RowMapSelectIvWithBv()