Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/containers/
Drow_map_benchmark.cc218 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoRangeWithRange() local
220 [rm_size]() { return RowMap(CreateRange(rm_size)); }); in BM_RowMapFilterIntoRangeWithRange()
226 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoRangeWithBv() local
227 BenchRowMapFilterInto(state, std::move(rm), [rm_size]() { in BM_RowMapFilterIntoRangeWithBv()
228 return RowMap(CreateBitVector(rm_size)); in BM_RowMapFilterIntoRangeWithBv()
235 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoBvWithRange() local
237 [rm_size]() { return RowMap(CreateRange(rm_size)); }); in BM_RowMapFilterIntoBvWithRange()
243 uint32_t rm_size = rm.size(); in BM_RowMapFilterIntoBvWithBv() local
244 BenchRowMapFilterInto(state, std::move(rm), [rm_size]() { in BM_RowMapFilterIntoBvWithBv()
245 return RowMap(CreateBitVector(rm_size)); in BM_RowMapFilterIntoBvWithBv()
[all …]