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

Method ToJson

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

Source from the content-addressed store, hash-verified

1233}
1234
1235void RuntimeProfile::ToJson(Document* d) const {
1236 return ToJson(DefaultVerbosity(), d);
1237}
1238
1239void RuntimeProfile::ToJson(Verbosity verbosity, Document* d) const {
1240 // queryObj that stores all JSON format profile information

Callers 3

ToJsonCountersMethod · 0.45
ToJsonSubclassMethod · 0.45

Calls 13

DefaultVerbosityFunction · 0.85
moveFunction · 0.85
maxFunction · 0.85
PushBackMethod · 0.80
resizeMethod · 0.80
ValueClass · 0.50
AddMemberMethod · 0.45
findMethod · 0.45
endMethod · 0.45
strMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected