MCPcopy Create free account
hub / github.com/apache/impala / Benchmark

Function Benchmark

be/src/benchmarks/bitmap-benchmark.cc:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85namespace bitmapinitialize {
86
87void Benchmark(int batch_size, void* data) {
88 int64_t * d = reinterpret_cast<int64_t*>(data);
89 for (int i = 0; i < batch_size; ++i) {
90 Bitmap bm(*d);
91 }
92}
93
94} // namespace initialize
95

Callers

nothing calls this directly

Calls 4

num_bitsMethod · 0.80
SetMethod · 0.45
sizeMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected