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

Function main

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

Source from the content-addressed store, hash-verified

86}
87
88int main(int argc, char **argv) {
89 CpuInfo::Init();
90 cout << endl << Benchmark::GetMachineInfo() << endl;
91
92 InitProfile(5, 10, &benchmark_profile);
93
94 Benchmark suite("RuntimeProfile conversion");
95 suite.AddBenchmark("ToThrift", ToThriftBenchmark, nullptr);
96 cout << suite.Measure() << endl;
97 return 0;
98}
99

Callers

nothing calls this directly

Calls 3

InitProfileFunction · 0.85
AddBenchmarkMethod · 0.80
MeasureMethod · 0.45

Tested by

no test coverage detected