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

Method PrettyPrint

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

Source from the content-addressed store, hash-verified

1422}
1423
1424void RuntimeProfileBase::PrettyPrint(ostream* s, const string& prefix) const {
1425 PrettyPrint(DefaultVerbosity(), s, prefix);
1426}
1427
1428// Print the profile:
1429// 1. Profile Name

Callers 10

QueryStateExpandedMethod · 0.80
DecompressToProfileMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80
mainFunction · 0.80
PrintChildCountersMethod · 0.80

Calls 7

DefaultVerbosityFunction · 0.85
flagsMethod · 0.80
valueMethod · 0.45
unitMethod · 0.45
LoadMethod · 0.45
findMethod · 0.45
sizeMethod · 0.45

Tested by 4

mainFunction · 0.64
mainFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64