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

Function ToThriftBenchmark

be/src/benchmarks/runtime-profile-benchmark.cc:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void ToThriftBenchmark(int batch_size, void* dummy) {
82 for (int i = 0; i < batch_size; ++i) {
83 TRuntimeProfileTree tprofile;
84 benchmark_profile->ToThrift(&tprofile);
85 }
86}
87
88int main(int argc, char **argv) {
89 CpuInfo::Init();

Callers

nothing calls this directly

Calls 1

ToThriftMethod · 0.45

Tested by

no test coverage detected