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

Method DumpToString

be/src/kudu/util/trace.cc:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190string Trace::DumpToString(int flags) const {
191 std::ostringstream s;
192 Dump(&s, flags);
193 return s.str();
194}
195
196string Trace::MetricsAsJSON() const {
197 std::ostringstream s;

Callers 15

GetSamplePBsMethod · 0.80
LogTraceMethod · 0.80
LogAndTraceFailureMethod · 0.80
RunNegotiationMethod · 0.80
TEST_PFunction · 0.80
RespondSuccessMethod · 0.80
RespondNoCacheMethod · 0.80
RespondRpcFailureMethod · 0.80
DumpPBMethod · 0.80
TEST_FFunction · 0.80

Calls 1

strMethod · 0.45

Tested by 4

TEST_PFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64