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

Method ToThrift

be/src/util/runtime-profile.cc:1625–1629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625void RuntimeProfileBase::ToThrift(TRuntimeProfileTree* tree) const {
1626 tree->nodes.clear();
1627 ToThriftHelper(&tree->nodes);
1628 if (FLAGS_gen_experimental_profile) tree->__set_profile_version(2);
1629}
1630
1631void RuntimeProfile::ToThrift(TRuntimeProfileTree* tree) const {
1632 RuntimeProfileBase::ToThrift(tree);

Callers 4

TESTFunction · 0.45
ToThriftSubclassMethod · 0.45
CompressMethod · 0.45

Calls 7

ToThriftFunction · 0.85
resizeMethod · 0.80
push_backMethod · 0.80
clearMethod · 0.65
dataMethod · 0.45
LoadMethod · 0.45
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.36