MCPcopy Create free account
hub / github.com/apache/arrow / BitBlockCounterSum

Function BitBlockCounterSum

cpp/src/arrow/util/bit_block_counter_benchmark.cc:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205};
206
207static void BitBlockCounterSum(benchmark::State& state) {
208 UnaryBitBlockBenchmark(state, /*offset=*/0)
209 .BenchBitBlockCounter([](BitBlockCounter* counter) { return counter->NextWord(); });
210}
211
212static void BitBlockCounterSumWithOffset(benchmark::State& state) {
213 UnaryBitBlockBenchmark(state, /*offset=*/4)

Callers

nothing calls this directly

Calls 3

BenchBitBlockCounterMethod · 0.45
NextWordMethod · 0.45

Tested by

no test coverage detected