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

Function VisitBits

cpp/src/arrow/util/bit_util_benchmark.cc:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424static void VisitBits(benchmark::State& state) {
425 BenchmarkVisitBits<VisitBitsFunctor>(state, state.range(0));
426}
427
428static void VisitBitsUnrolled(benchmark::State& state) {
429 BenchmarkVisitBits<VisitBitsUnrolledFunctor>(state, state.range(0));

Callers 2

operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected