Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
namespace bitmapinitialize {
86
87
void 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_bits
Method · 0.80
Set
Method · 0.45
size
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected